* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('/font/roboto-v29-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
         url('/font/roboto-v29-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/font/roboto-v29-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
         url('/font/roboto-v29-latin-regular.woff') format('woff'), /* Modern Browsers */
         url('/font/roboto-v29-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/font/roboto-v29-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
  }

html, body {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

ul{
    list-style: none;
    padding:0;
    font-size: 1.05em;
}

a{
    text-decoration: none;;
}

iframe{
    width: 1px;
    height:1px;
    opacity:0;
    outline: none;
    border: none;
}

.white{
    color: #fff;
}

.topbar{
    padding: .5em;
    text-align: right;
}

.imprint{
    margin:0;
    cursor: pointer;
    color: #1b2d3e;
}

.imprint:hover{
    color: #415e79;
}

.imprint-overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index:1;
    display: none;
    overflow-y: hidden;
    overflow-x: hidden;
}

.dsgvo{
    margin:0;
    cursor: pointer;
    color: #1b2d3e;
}

.dsgvo:hover{
    color: #415e79;
}

.dsgvo-overlay{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index:1;
    display: none;
    overflow-y: hidden;
    overflow-x: hidden;
}

.dsgvo-ul {
    list-style: inherit;
    padding-left: 30px;
}

.syn-dsgvo{
    text-align: left;
    padding-left: 15px;
    padding-right: 15px;
    height: 100vh;
    overflow: auto;
}

.syn-imprint{
    text-align: center;
    margin:auto;
}

.syn-name{
    font-size: 1.2em;
    color: #1b2d3e;
}

.open{
    display: block;
}

.overflow{
    overflow: hidden;
}

.container {
    width: 60%;
    min-height: 20px;
    margin: auto;
    background: white;
    -webkit-box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2);
}

.container-overlay{
    width: 60%;
    height:100%;
    margin: auto;
    background: white;
    -webkit-box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2);
}

.container-grey {
    width: 60%;
    min-height: 500px;
    margin: auto;
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2);
    background-image: url(img/back.png);
    background-position: 77%;
    background-repeat: no-repeat;
    background-size: cover;
}

.container-blue {
    width: 60%;
    min-height: 20px;
    margin: auto;
    background: #415e79;
    border-top: 4px solid #1b2d3e;
    -webkit-box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 16px -2px rgba(0, 0, 0, 0.2);
    background-image: url(img/macbook.png);
    background-position: -33%;
    background-repeat: no-repeat;
    background-size: contain;
}

.flex-box {
    width: 80%;
    padding: 2em;
    display: flex;
    flex-flow: row wrap;
}

.flex-item {
    width: 50%;
    padding: 2em;
    text-align: left;
}

.flex-box-big {
    width: 100%;
    padding: 2em;
    display: flex;
    flex-flow: row wrap;
}

.flex-item-big {
    width: 25%;
    padding: 2em;
    text-align: left;
}


.demo-icon {
    font-size: 2.5em;
    color: #415e79;
    vertical-align: baseline;
}

.info {
    text-transform: uppercase;
    font-size: 1.2em;
    color: #415e79;
    align-self: center;
}

.info-text{
    padding-left: 67px;
}

.domain-box {
    text-align: center;
    padding: 4em .5em;
}

.domain {
    color: #415e79;
}

.domain-text {
    font-size: 1.2em;
    color: #555;
}

.darker {
    color: #1b2d3e;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-break: break-all;
}

.contact-box {
    padding: 2em;
    width: 70%;
    margin: auto;
}

.contact > input,
.contact > textarea,
.contact > input {

    outline: 0;
    padding: 15px 20px;
    margin: 10px auto;
    width: 100%;
    font-size: 1em;

}

::-webkit-input-placeholder {

    color: #415e79;
}

:-moz-placeholder {

    color: #415e79;
}

::-moz-placeholder {

    color: #415e79;
}

:-ms-input-placeholder {

    color: #415e79;
}

.contact > input:focus {

    background: rgba(65, 94, 121, 0.3)

}

.contact > input:focus,
.contact > textarea:focus {

    color: #223a50;
    background: rgba(201, 227, 255, 0.8)

}

.contact > input,
.contact > textarea {

    color: #415e79;
    background: #fff;
    border: 1px solid #223a50;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}

.contact > textarea {

    max-width: 100%;
    min-height: 150px

}

.contact::-webkit-input-placeholder {

    color: #415e79;
    text-align: center

}

.contact:-moz-placeholder {

    color: #415e79;
    text-align: center

}

.contact::-moz-placeholder {

    color: #415e79;
    text-align: center

}

.contact:-ms-input-placeholder {

    color: #415e79;
    text-align: center

}

.contact-btn {
    border: none;
    border-radius: 2px;
    background: #1b2d3e;
    color: #ffffff;
    padding: 10px 40px;
    display: block;
    font-size: 1.2em
}

.contact-btn:hover{
    border: none;
    outline:none;
    border-radius: 2px;
    background: #101320;
    color: #ffffff;
    padding: 10px 40px;
    display: block;
    font-size: 1.2em
}


.contact-btn-green {
    margin:auto;
    margin-bottom: 10px;
    width: 400px;
    border: none;
    border-radius: 2px;
    background: #0e6325;
    color: #ffffff;
    padding: 10px 30px;
    display: block;
    font-size: 1.1em
}

.contact-btn-green:hover {
    margin:auto;
    margin-bottom: 10px;
    width: 400px;
    border: none;
    border-radius: 2px;
    background: #0e4c23;
    color: #ffffff;
    padding: 10px 30px;
    display: block;
    font-size: 1.1em
}


.domain-box-bttn {
    width: 80%;
    margin: auto;
    /*display: flex;*/
}

#sendDataSuccess {
    display: none;
}


@media(max-width:1600px){
    .container, .container-overlay, .container-grey, .container-blue {
        width: 80%;
    }
}

@media(max-width:1200px){
    .container, .container-overlay, .container-grey, .container-blue {
        width: 100%;
    }
.contact-box{
    padding: 0.5em;
    width: 80%;
    margin: auto;
}
}

@media(max-width:991px){

    .flex-box{
        padding: 0.5em;
    }

    .flex-item {
        width: 50%;
        padding: 0.5em;
    }

    .domain-box-bttn {
        width: 100%;
        margin: auto;
        display: block;
    }

    .contact-btn-green {
        width: 100%;
    }

    .contact-btn-green:hover {
        width: 100%;
    }
}

@media(max-width:767px){

    .flex-box{
        width:100%;
        padding: 0.5em;
    }

    .flex-item {
        width: 100%;
        padding: 0.5em;
    }

    .container-grey {
        background-image: none;
    }

    .contact-box{
        padding: 1em;
        width: 100%;
        margin: auto;
    }

    .container-blue{
        background-image: none;

    }
}

@media(max-width:320px){

    .contact-btn-green {
        width: 300px;
        font-size: 0.9em
    }
    
    .contact-btn-green:hover {
        width: 300px;
        font-size: 0.9em
    }
}