@font-face {
    font-family: 'comfortaaregular';
    src: url('../intern/css/Comfortaa-webfont.eot');
    src: url('../intern/css/Comfortaa-webfont.eot?#iefix') format('embedded-opentype'),
        url('../intern/css/Comfortaa-webfont.woff2') format('woff2'),
        url('../intern/css/Comfortaa-webfont.woff') format('woff'),
        url('../intern/css/Comfortaa-webfont.ttf') format('truetype'),
        url('../intern/css/Comfortaa-webfont.svg#comfortaaregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body, html {
    font-family: Helvetica, Arial, sans-serif !important;
    text-rendering: optimizeLegibility !important;
    color: #777;
    width: 100% !important;
    height: 100% !important;
    font-size: 14px;
    line-height: 1.6;
}
body .topbox_open {
    overflow: hidden;
    overscroll-behavior: contain !important;
}

h1, h2 {
    font-family: 'comfortaaregular', 'Open Sans',Helvetica, sans-serif;
    margin: 0 0 20px 0;
    color: #555;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 30px;
}
h3, h4 {
    font-family: 'comfortaaregular', 'Open Sans',Helvetica, sans-serif;
    color: #222;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 1px;
}
h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

.ueberschrift-bild {
    box-shadow:
        0 0 5px hsl(0,0%,54%),
        0 1px 3px hsl(0,0%,56%);
}
a {
    color: #555;
}
a:hover, a:focus {
    text-decoration: none;
    color: #000;
}
ul, ol {
    list-style: none;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix {
    display: inline-block;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}
hr {
    height: 1px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #666;
    margin: 0 auto;
    margin-bottom: 30px;
    border: 0;
}
/* Navigation */
#nav {
    z-index: 9999;
}
#nav.affix {
    position: fixed;
    top: 0;
    width: 100%
}
.navbar .navbar-nav {
    font-family: 'comfortaaregular', 'Open Sans',Helvetica, sans-serif;
    display: inline-block;
    float: none;
    vertical-align: top;
}
.navbar .navbar-collapse {
    text-align: center;
    font-size: 12px;
}
.navbar-custom {
    margin-bottom: 0;
    background-color: #f6f6f6;
    border-radius: 0px;
    padding: 10px 0;
    border-bottom: 1px solid #8aa6c1;
}
.navbar-custom a {
    color: #555;
}
.navbar-custom .nav li a {
    margin: 0 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.navbar-custom .nav li a:hover {
    outline: 0;
    color: #000;
    background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
    color: #000;
}
.navbar-custom .nav li.active {
    outline: 0;
}
.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
    color: #fff;
}
.btn-default {
    text-transform: uppercase;
    color: #555;
    background-color: transparent;
    border-color: #777;
    padding: 14px 20px;
    margin: 0;
    font-size: 16px;
    border-radius: 0;
    margin-top: 20px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
    color: #fff;
    background-color: #121d1f;
    border-color: #121d1f;
}
.anfaht-bild {
    cursor: pointer;
}

/* Header Section */
.intro {
    display: table;
    width: 100%;
    padding: 0;
    text-align: center;
    color: #e5e5e5;
    background: url(../img/bg4.png) no-repeat center top;
    background-color: #333;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.section-title.center {
    padding: 10px 0 40px 0;
}
.intro h1 {
    font-size: 60px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #333;
}

header .intro-text {
    padding-top: 200px;
    padding-bottom: 200px;
}
.intro p {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 40px;
    margin-top: 20px;
}
.ueberschrift {
    font-family: Helvetica, Arial, sans-serif !important;
    color:#fff;
    text-weight: 600;
    text-transform:none;
    letter-spacing: 0.2em;
    padding-top: 1.5em;

    text-shadow:
        1px   1px 1px #000,
        1px  -1px 1px #000,
        -2px  1px 3px #000,
        -1px -1px 3px #000;


    /*
    0 0 5px hsl(0,0%,54%),
        0 1px 3px hsl(0,0%,56%);
    */

}
/* animation des headers Logo*/
.animate-on-scroll {
    opacity: 0;
    transform: translate3d(0,-100px, 0);
    transition: all 0.6s ease-out;
    transition-delay: 0.2s;
}
.animate {
    opacity: 1;
    transform: translate(0, 0);
}
/* Ende animation des headers Logo*/

/* About Section */
#about {
    padding: 120px 0;
    border: 1px solid;
    border-width: 0 0 1px 0;
    border-color: #8aa6c1;
    background: url(../img/portfolio/ecke.png)  no-repeat left top;
    background-size:inherit;
}

#about >.about-text {
    margin-left: 10px;
    text-align: center;
}
#about img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: inline-block;
}
#about p {
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 22px;
}
.person {
    text-align: center;
    word-spacing: 9px;
    letter-spacing: 3px;
    padding: 7px;
    border-bottom-color: #f6f6f6;
    border-radius: 0  0  0.5rem 0;
    box-shadow: 1px 1px 4px 1px #8aa6c1;
    border: 1px solid;
    border-width: 0 0 1px 0;
    border-color: #8aa6c1;
    /*/background: url(../img/portfolio/ecke.png)  no-repeat left top ;/* */
    background-size:inherit;

}
.person >.dicker {
    font-weight: 700;
    font-size: 13px;
}
.person span{
    font-size: 12px;
}
/* service Section */
#service {
    padding: 120px 0;
    border: 1px solid;
    border-width: 0 0 1px 0;
    border-color: #8aa6c1;
    background: url(../img/portfolio/ecke.png)  no-repeat left top ;
    background-size:inherit;
}
#service .about-text {
    font-size: 13px;
    margin-left: 10px;
    text-align: center;
    word-spacing: 4px;
    line-height: 2.1 ;
}
#service img {
    border-radius: 50%;
    width: 160px;
    height: 160px;
    display: inline-block;
}
#service p {
    margin-top: 40px;
    margin-bottom: 30px;
    line-height: 22px;
}


/* Portfolio Section */
#portfolio {
    padding: 120px 0;
    border: 1px solid;
    border-width: 0 0 1px 0;
    border-color: #8aa6c1;
    background: url(../img/portfolio/ecke.png)  no-repeat left top #f6f6f6;
    background-size:inherit;
}
.categories {
    padding-bottom: 30px;
    text-align: center;
}
ul.cat li {
    display: inline-block;
}
ol.type li {
    display: inline-block;
    margin-left: 20px;
}
ol.type li a {
    border: 1px solid #777;
    color: #555;
    padding: 8px 20px;
}
ol.type li a.active {
    background: #222;
    border: 1px solid #222;
    color: #fff;
}
ol.type li a:hover {
    background: #222;
    border: 1px solid #222;
    color: #fff;
}

.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope-item {
    margin-right: -1px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.isotope {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    transition-property: transform, opacity;
}
.portfolio-item {
    margin: 15px 0;

}
.hover-bg:not(:hover) {
    transition: 0.5s ease;
}
.hover-bg:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.portfolio-item .hover-bg {
    height: auto;
    overflow: hidden;
    position: relative;
    display: grid;
    justify-content: center;
}
.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #01315a;
    /*background: rgba(0, 0, 0, 0.13);*/
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}
.hover-bg .hover-text1 {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #555 !important;
    height: 100%;
    width: 100%;
    font-size: 18px;
}
.hover-bg .hover-text>h4 {
    /*text-transform: uppercase;*/
    opacity: 0;
    color: #555;
    font-size: 18px !important;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}

.hover-bg:hover .hover-text>h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.hover-bg:hover .hover-text {
    opacity: 1;

}
.hover-bg:hover .hover-text1 {
    opacity: 0;
}
.hover-bg .hover-text>i {
    opacity: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

#portfolio i.fa {
    font-size: 20px;
    padding: 5px;
    color: #E87E04;
}


/* Contact Section */
#contact {
    padding: 120px 0 60px 0;
    background: url(../img/portfolio/ecke.png)  no-repeat left top #f6f6f6;
    background-size:inherit;
    border: 1px solid;
    border-width: 0 0 1px 0;
    border-color: #8aa6c1;
}
#contact h3 {
    padding-top: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}
#contact form {
    padding: 30px 0;
}
#contact .text-danger {
    color: #E87E04;
    text-align: left;
}
label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}
#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: rgba(255,255,255,0.8);
    background-image: none;
    border: 1px solid #999;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
#contact .form-control:focus {
    border-color: inherit;
    outline: 0;
    -webkit-box-shadow: transparent;
    box-shadow: transparent;
}

/* job Bereich */
#job {
    padding: 120px 0 120px 0;
    line-height: 1.55;
    border: 1px solid;
    border-width: 0 0 1px 0;
    border-color: #8aa6c1;
    border-radius: 0  0  0.5rem 0;
    word-spacing: 2px;

    background: url(../img/portfolio/ecke.png)  no-repeat left top;
    background-size:inherit;
}
#job img {
    transition: 0.3s ease;
}
#job img:hover {
    transform: scale(1.05);
    box-shadow: 1px 1px 4px 1px #8aa6c1;
}

#job p {
    font-family: 'comfortaaregular', 'Open Sans',Helvetica, sans-serif;
}

.stil_ul {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 40px !important;
    /*list-style-image: url('../img/li_1.png');*/
    list-style:  disc linear-gradient(#0066ff, #003399) ;

}
.stellenangebote {
    text-align: left;
    word-spacing: 9px;
    letter-spacing: 3px;
    padding: 7px;
    border-bottom-color: #f6f6f6;
    border-radius: 0  0  0.5rem 0;
    box-shadow: 1px 1px 4px 1px #8aa6c1;
    border: 1px solid;
    border-width: 0 0 1px 0;
    border-color: #8aa6c1;
    /*/background: url(../img/portfolio/ecke.png)  no-repeat left top ;/* */
    background-size:inherit;

}
.stellenangebot1 {
    font-family: Helvetica, Arial, sans-serif !important;
    color: #333333;
    font-size: 14px ;
    line-height: 1.6;
    border: 1px solid #cccccc;
    padding: 10px;
    background: url(../img/stellenanzeigeBG.png) repeat-y;
}
#stellenangebot1button1 {
    height: 15px;
    width: auto;
    float: right;
}
.stellenangebot2 {
    font-family: Helvetica, Arial, sans-serif !important;
    color: #333333;
    font-size: 14px ;
    line-height: 1.6;
    border: 1px solid #cccccc;
    padding: 10px;
    background: url(../img/stellenanzeigeBG.png) repeat-y;
}
#stellenangebot1button2 {
    height: 15px;
    width: auto;
    float: right;
}
.stellenangebot3 {
    font-family: Helvetica, Arial, sans-serif !important;
    color: #333333;
    font-size: 14px ;
    line-height: 1.6;
    border: 1px solid #cccccc;
    padding: 10px;
    background: url(../img/stellenanzeigeBG.png) repeat-y;
}
#stellenangebot1button3 {
    height: 15px;
    width: auto;
    float: right;
}

.stelle1:hover {
    cursor: pointer;
}
.stelle2:hover {
    cursor: pointer;
}
.stelle3:hover {
    cursor: pointer;
}
.mailwohin {
    font-size: 15px;
    text-transform: uppercase;
    font-weight:  bolder;
    color: #cc3300;
}
.oval-thought {
    position:relative;
    width:270px;
    padding:35px 25px;
    margin:1em 5px 60px; /* links ausgerichtet 80 unten*/
    text-align:center;
    color:#fff;
    font-size: 17px;
    background:#0066ff;
    font-size: 14px !important;
    /* css3 */
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#0066ff, #003399));
    background:-moz-linear-gradient(#0066ff, #003399);
    background:-o-linear-gradient(#0066ff, #003399);
    background:linear-gradient(#0066ff, #003399);
    /*
    NOTES:
    -webkit-border-radius:220px 120px; // produces oval in safari 4 and chrome 4
    -webkit-border-radius:220px / 120px; // produces oval in chrome 4 (again!) but not supported in safari 4
    Not correct application of the current spec, therefore, using longhand to avoid future problems with webkit corrects this
    */
    -webkit-border-radius:50%  50%;
    -webkit-border-radius:50% / 50%;
    -moz-border-radius:50% / 50%;
    border-radius:50% / 50%;
}

.oval-thought p {
    font-size:1.25em;
}

/* creates the larger circle */
.oval-thought:before {
    content:"";
    position:absolute;
    bottom:-30px;
    left:180px;
    width:30px;
    height:30px;
    background:#0066ff;
    /* css3 */
    -webkit-border-radius:30px;
    -moz-border-radius:30px;
    border-radius:30px;
}

/* creates the smaller circle */
.oval-thought:after {
    content:"";
    position:absolute;
    bottom:-35px;
    left:210px;
    width:15px;
    height:15px;
    background:#0066ff;
    /* css3 */
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius:15px;
}
/* ============================================================================================================================
== BUBBLE WITH AN OBTUSE TRIANGLE
** ============================================================================================================================ */

/* THE SPEECH BUBBLE
------------------------------------------------------------------------------------------------------------------------------- */

.triangle-obtuse {
    position:relative;
    padding:15px;
    margin:1em 0 3em;
    color:#fff;
    background:#0066ff;
    /* css3 */
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#0066ff), to(#003399));
    background:-moz-linear-gradient(#0066ff, #003399);
    background:-o-linear-gradient(#0066ff, #003399);
    background:linear-gradient(#0066ff, #003399);
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}

/* Variant : for top positioned triangle
------------------------------------------ */

.triangle-obtuse.top {
    background:-webkit-gradient(linear, 0 0, 0 100%, from(#003399), to(#0066ff));
    background:-moz-linear-gradient(#003399, #0066ff);
    background:-o-linear-gradient(#003399, #0066ff);
    background:linear-gradient(#003399, #0066ff);
}

/* Variant : for left positioned triangle
------------------------------------------ */

.triangle-obtuse.left {
    margin-left:50px;
    background:#003399;
}

/* Variant : for right positioned triangle
------------------------------------------ */

.triangle-obtuse.right {
    margin-right:50px;
    background:#003399;
}

/* THE TRIANGLE
------------------------------------------------------------------------------------------------------------------------------- */

/* creates the wider right-angled triangle */
.triangle-obtuse:before {
    content:"";
    position:absolute;
    bottom:-20px; /* value = - border-top-width - border-bottom-width */
    left:60px; /* controls horizontal position */
    border:0;
    border-right-width:30px; /* vary this value to change the angle of the vertex */
    border-bottom-width:20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */
    border-style:solid;
    border-color:transparent #003399;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

/* creates the narrower right-angled triangle */
.triangle-obtuse:after {
    content:"";
    position:absolute;
    bottom:-20px; /* value = - border-top-width - border-bottom-width */
    left:80px; /* value = (:before's left) + (:before's border-right/left-width)  - (:after's border-right/left-width) */
    border:0;
    border-right-width:10px; /* vary this value to change the angle of the vertex */
    border-bottom-width:20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :before */
    border-style:solid;
    border-color:transparent #F1F8F9;
    /* reduce the damage in FF3.0 */
    display:block;
    width:0;
}

/* Variant : top
------------------------------------------ */

.triangle-obtuse.top:before {
    top:-20px; /* value = - border-top-width - border-bottom-width */
    bottom:auto;
    left:auto;
    right:60px; /* controls horizontal position */
    border:0;
    border-left-width:30px; /* vary this value to change the width of the triangle */
    border-top-width:20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :after */
    border-color:transparent #003399;
}

.triangle-obtuse.top:after {
    top:-20px; /* value = - border-top-width - border-bottom-width */
    bottom:auto;
    left:auto;
    right:80px; /* value = (:before's right) + (:before's border-right/left-width)  - (:after's border-right/left-width) */
    border-width:0;
    border-left-width:10px; /* vary this value to change the width of the triangle */
    border-top-width:20px; /* vary this value to change the height of the triangle. must be equal to the corresponding value in :before */
    border-color:transparent #fff;
}

/* Variant : left
------------------------------------------ */

.triangle-obtuse.left:before {
    top:15px; /* controls vertical position */
    bottom:auto;
    left:-50px; /* value = - border-left-width - border-right-width */
    border:0;
    border-bottom-width:30px; /* vary this value to change the height of the triangle */
    border-left-width:50px; /* vary this value to change the width of the triangle. must be equal to the corresponding value in :after */
    border-color:#003399 transparent;
}

.triangle-obtuse.left:after {
    top:35px; /* value = (:before's top) + (:before's border-top/bottom-width)  - (:after's border-top/bottom-width) */
    bottom:auto;
    left:-50px; /* value = - border-left-width - border-right-width */
    border:0;
    border-bottom-width:10px; /* vary this value to change the height of the triangle */
    border-left-width:50px; /* vary this value to change the width of the triangle. must be equal to the corresponding value in :before */
    border-color:#fff transparent;
}

/* Variant : right
------------------------------------------ */

.triangle-obtuse.right:before {
    top:15px; /* controls vertical position */
    bottom:auto;
    left:auto;
    right:-50px; /* value = - border-left-width - border-right-width */
    border:0;
    border-bottom-width:30px; /* vary this value to change the height of the triangle */
    border-right-width:50px; /* vary this value to change the width of the triangle. must be equal to the corresponding value in :after */
    border-color:#003399 transparent;
}

.triangle-obtuse.right:after {
    top:35px; /* value = (:before's top) + (:before's border-top/bottom-width)  - (:after's border-top/bottom-width) */
    bottom:auto;
    right:-50px; /* value = - border-left-width - border-right-width */
    left:auto;
    border:0;
    border-bottom-width:10px; /* vary this value to change the height of the triangle */
    border-right-width:50px; /* vary this value to change the width of the triangle. must be equal to the corresponding value in :before */
    border-color:#fff transparent;
}

#teil4 {
    border: solid #666666;
    border-width: 0 0 0 6px ;
    padding: 5px;

}

/* history Section */
#history {
    padding: 120px 0 60px 0;
    border: 1px solid;
    border-width: 0 0 1px 0;
    border-color: #8aa6c1;

    background: url(../img/portfolio/ecke.png)  no-repeat left top #f6f6f6;
    background-size:inherit;
}
/* anfahrt Section */
#anfahrt {
    padding: 120px 0 120px 0;
    line-height: 1.55;
    border: 1px solid;
    border-width: 0 0 1px 0;
    border-color: #8aa6c1;
    word-spacing: 2px;

    background: url(../img/portfolio/ecke.png)  no-repeat left top;
    background-size:inherit;
}
.anfahrt-bild {
    box-shadow: 2px 2px 3px 2px #444;
}

.form-control::-webkit-input-placeholder {
    color: #2c3e50;
}
.form-control:-moz-placeholder {
    color: #2c3e50;
}
.form-control::-moz-placeholder {
    color: #2c3e50;
}
.form-control:-ms-input-placeholder {
    color: #2c3e50;
}
#contact .social {
    margin-top: 80px;
}
#contact .social ul li {
    display: inline-block;
    margin: 0 20px;
}
#contact .social i.fa {
    font-size: 22px;
    padding: 4px;
    color: #444;
    transition: all 0.5s;
}
#contact .social i.fa:hover {
    color: #000;
}
.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: none;
}
/* Footer Section*/
#footer {
    background: #f6f6f6;
    color: #777;
    padding: 30px 0 25px 0;
}
#footer p {
    font-size: 13px;
}
#footer a {
    color: #555;
}
#footer a:hover {
    color: #000;
}
@media all {
    text-size: 12px;
}


.navbar-toggle {
    background: url(../img/streifenMenue.png) center #335D89;
    background-repeat: no-repeat;
    background-size: contain;
    visibility: visible;
}



