* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


html {
    height: 100%;
    overflow-x: hidden;
}

body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;

}

.top-banner {
    background: #091b3e;
    color: #ffff;
}

h2 {
    margin-top: 48px;
}

.top-banner-list {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 50px;
    width: 70%;
    margin: 0 auto;
}

.message-before {
    text-align: center;
}

.top-banner-list li {
    list-style-type: none;
}

.top-banner-list li a {
    text-decoration: none;
    color: #fff;
}

.full-right {
    margin-right: auto;
    color: #fff;
}

.small-icons {
    padding: 8px;
}

.phoneinfo {
    margin-right: 45px;
}

/* End Top Banner */

nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 5px 0px;
    padding: 5px;
    width: 100%;
    background-color: #fff;
    top: 15px;
    transition: all 0.1s;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    -ms-transition: all 0.1s;
    -o-transition: all 0.1s;

}

.fixed-nav nav {
    position: fixed;
    box-shadow: 0 -2px 5px 0px;
    top: 0;
    z-index: 1;

}

.nav-items {
    justify-content: center;
    text-transform: uppercase;
    flex-basis: 40%;

}

#main-nav ul li a {
    color: #707070;
    height: 50px;
    font-weight: 500;
    display: flex;
    justify-content: space-around;
    text-decoration: none;
    transition: background 0.4s;
    align-items: center;
    flex-wrap: wrap;
    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    -o-transition: background 0.4s;
    overflow-x: hidden;
}

#main-nav a:hover {
    color: #091b3e;
}

#main-nav ul {
    list-style: none;
    display: flex;


}


#main-nav li {
    width: 100%;
    text-align: center;
    position: relative;
    letter-spacing: 1px;

}

#main-nav li:hover .submenu>li {
    display: block;
    top: 0;

}

.submenu li {
    display: none;
    position: absolute;
    border-bottom: 1px solid #e1e1e1;

}

.submenu {
    font-size: 12px;
    letter-spacing: 1px;
    flex-wrap: wrap;
}

.submenu li:last-child {
    border: none;
}

.submenu {
    display: flex;
    position: absolute;
    flex-direction: column;
    width: 100%;
    background: #fff;
    flex: 1;
    top: 40px;
}

.submenu a:hover {
    background: #e3e3e3;
}

.arrow {
    margin-left: -28px;
    font-size: 10px;
    color: darkgray;
}

.logo img {
    width: 60%;
    ;
    margin-top: 10px;
    margin-left: 25px;
}

.mobile-menu {
    position: fixed;
    right: 0;
    background: #091b3e;
    opacity: 0.98;
    font-size: 1em;
    z-index: 2;
    width: 100%;
    height: 40%;
    display: block;
    text-align: center;
    transform: translateX(100%);
    transition: transform 0.2s ease-in;
    -webkit-transition: transform 0.2s ease-in;
    -moz-transition: transform 0.2s ease-in;
    -ms-transition: transform 0.2s ease-in;
    -o-transition: transform 0.2s ease-in;
    top: 55px;
}

.nav-active {
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
}


.nav-items-mob {
    height: 92vh;

}

.nav-items-mob>li {
    list-style-type: none;
    margin: 35px 25px;



}

.nav-items-mob>li a {
    text-decoration: none;
    color: #fff;
    padding: 31px 51px;
}

.burger {
    cursor: pointer;
    display: none;
}

.toggle .line1 {
    transform: rotate(-45deg) translate(-5px, 6px);
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    -moz-transform: rotate(-45deg) translate(-5px, 6px);
    -ms-transform: rotate(-45deg) translate(-5px, 6px);
    -o-transform: rotate(-45deg) translate(-5px, 6px);
}

.toggle .line2 {
    opacity: 0;
}

.toggle .line3 {
    transform: rotate(45deg) translate(-3px, -4px);
    -webkit-transform: rotate(45deg) translate(-3px, -4px);
    -moz-transform: rotate(45deg) translate(-3px, -4px);
    -ms-transform: rotate(45deg) translate(-3px, -4px);
    -o-transform: rotate(45deg) translate(-3px, -4px);
}



.burger div {
    width: 25px;
    height: 3px;
    background-color: #091b3e;
    margin: 3px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* Navigation ende */

header {
    height: 600px;
    background-image: url('../img/bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-position: 50%, 50%;
    border-bottom: 10px solid #091b3e;
    position: relative;


}

.hero {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 500px;
}

.hero h1 {
    text-align: center;
    background-color: #19ADE3;
    padding: 10px;
    color: #fff;
}

.arrow-hero {
    font-size: 70px;
    left: 50%;
    color: #fff;
    font-weight: 300;
}

/* Header */

/* Section one*/

.info h2 {
    color: #707070;
    text-align: center;
    margin: 35px 0;
    font-weight: 600;

}

.info h2:after {
    content: '';
    display: block;
    height: 3px;
    width: 150px;
    background-color: #19ADE3;
    margin: 15px auto;
}

.info .greeting {
    text-align: center;
    line-height: 25px;
    color: #707070;
    margin: 25px 0;
}

.circle {
    display: flex;
    justify-content: center;


}

.circle-1,
.circle-2,
.circle-3 {
    margin-right: 20px;
    margin-top: 25px;
    height: 160px;
    width: 160px;
    background-color: #091b3e;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.img-1,
.img-2,
.img-3 {
    height: 160px;
    width: 160px;
    border-radius: 50%;
    ;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid black;
    margin-right: 25px;
    margin-top: 25px;
}

.offer {
    margin: 60px;
    text-align: center;
    line-height: 25px;
    color: #707070;
}

.about {
    background-color: #091b3e;
    padding: 45px;
}

.about h2 {
    text-align: center;
    color: #fff;
}

.about h2:after {
    content: '';
    display: block;
    height: 3px;
    width: 150px;
    background-color: #19ADE3;
    margin: 15px auto;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-img-1 {
    height: 350px;
    width: 350px;
    margin-top: 45px;
}

.content p {

    width: 600px;
    line-height: 25px;
    color: #fff;
    ;
    text-align: left;
    flex-direction: column;
}


.armierungen {
    display: flex;
    justify-content: center;
    padding-bottom: 25px;
}

.armierungen h2 {
    margin: 35px 0;
    display: inline-block;
}

.armierungen p {
    line-height: 25px;
    color: #707070;
}

.content-img-2 {
    height: 250px;
    width: 350px;
    margin-top: 45px;
    box-shadow: 0px 0px 9px;
}

.text>p {
    margin-bottom: 15px;
}

.text>li {
    list-style-type: square;
    padding: 8px;
    color: #091b3e;

}

.content-scd h2 {
    color: #091b3e;
    margin: 55px 0;
}

h2:after {
    content: '';
    display: block;
    height: 3px;
    width: 150px;
    background-color: #19ADE3;
    margin: 10px;
}

.scd {
    margin-top: 15px;
}

.content-scd {
    width: 600px;
}

.content-scd-scd .text-1 {
    margin-top: 15px;
}

.content-scd-scd .text-1 {
    margin-top: 15px;
}

.img-over {
    background-image: url('../img/circle-1.JPG');
    background-size: cover;
    background-position: center;
    height: 250px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    display: 'none';
}

h3 {
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 30px;
    z-index: 1;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #091b3e;
    opacity: 0.7;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;


}

.box-section {
    margin-top: 55px;
    display: flex;
    justify-content: center;

}

.box {
    height: 250px;
    width: 250px;
    position: relative;
    margin-right: 25px;
}

.box img {
    width: 100%;
}

.heading {
    background-color: #091b3e;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    padding: 10px;

}

h5 {
    text-align: center;
    padding-top: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    border-bottom: 1px solid #fff;
    display: inline;
}

.heading p {
    font-size: 11px;
    padding-top: 15px;
    color: #fff;
}

.gallery {
    display: flex;
    justify-content: center;
}

.gallery h2::after {
    content: '';
    display: block;
    height: 3px;
    width: 400px;
    background-color: #19ADE3;
    margin: 10px auto;
}

.gallery-pics-1,
.gallery-pics-2 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px;
}

.gallery-boxes {
    width: 350x;
    height: 300px;
    background-color: #091b3e;
    margin: 10px 20px;
    overflow: hidden;
    border: 2px solid #091b3e;
}


.gallery-boxes img:hover {
    transform: scale(1.1);
}

.gallery-boxes img {
    transition: all 2000ms;
    -webkit-transition: all 2000ms;
    -moz-transition: all 2000ms;
    -ms-transition: all 2000ms;
    -o-transition: all 2000ms;
}

form {
    width: 33%;
    margin-right: 5px;

}

input,
textarea {
    width: 100%;
    padding: 8px;
    font-weight: bold;
    margin: 25px;
}



.nachricht {
    height: 115px;
    margin-top: 30px;
}

.btn-submit {
    padding: 15px 15px;
    background-color: #091b3e;
    color: #fff;
    border: none;
    margin-top: 20px;
}

input[type="text"] {
    margin: 10px 0;
}

input[type="text"]:last-child {
    margin: 10px;
}

.message-section {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #e3e3e3;
    margin-top: 35px;
    padding: 35px 0;
}

.message-before h2::after {
    content: '';
    display: block;
    height: 3px;
    width: 350px;
    background-color: #19ADE3;
    margin: 15px auto;
}

.message-section li {
    list-style-type: none;
}

.footer-banner-list {
    margin-top: 15px;
    padding: 5px;
}

.message-section li a {
    color: #091b3e;
    text-decoration: none;
}

footer {
    text-align: center;
    padding: 25px;
    background-color: #091b3e;
    color: #fff;
    font-size: 1em;
    position: relative;


}

.up {
    font-size: 3em;
    display: flex;
    position: absolute;
    right: 35px;
    justify-content: center;
    color: #091b3e;
    top: -61px;

}

.up:hover {
    color: #19ADE3;
}


@media only screen and (max-width: 1450px) {
    .top-banner {
        display: none;
    }

    .fixed-nav {
        font-size: 0.80em;
    }

    nav {
        justify-content: space-between
    }

    .burger {
        display: block;
    }
}

@media only screen and (max-width:1269px) {
    #main-nav ul {
        display: none;
    }
}

@media only screen and (max-width:768px) {
    h1 {
        font-size: 25px;
    }

    .hero {
        overflow: hidden;
    }

    .about {
        flex-wrap: wrap;
    }

    p.greeeting {
        font-size: 14px;
    }

    .content {
        flex-direction: column;
    }

    .about p {
        text-align: center;
    }

    .content p {
        width: 100%;
    }

    #main-nav {
        justify-content: space-around;
    }

    .logo img {
        width: 40%;
        margin-left: 0;
    }

    .content p {
        width: 100%;
    }

}

@media only screen and (max-width:480px) {
    .circle {
        flex-direction: column;
        align-items: center;
    }

    .box-section {
        flex-direction: column;
        align-items: center;
    }

    .box {
        margin-top: 25px;
        margin-right: 0;
    }

    h2 {
        text-align: center;
    }

    .text {
        padding: 18px;
    }

    .message-section {
        flex-direction: column;
        font-size: 0.5;
    }

    form {
        width: 85%;
    }

    .circle img {
        margin: 5px 0
    }

    .mobile-menu {
        top: 52px;
        height: 45%;
    }


}

@media only screen and (max-width:320px) {
    .mobile-menu {
        height: 55%;
        top: 49px;
    }
}