*{
    padding: 0;
    margin: 0;
}
input[type=submit] {
    -webkit-border-radius:0px;
}

input {
    -webkit-border-radius:0; 
    border-radius:0;
}
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff;
    z-index:99999999;
}

#status {
    width:120px;
    height:68px;
    position:absolute;
    left:50%;
    top:50%;
    background-image:url(../images/status.gif);
    background-repeat:no-repeat;
    background-position:center;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

}

body{
    font-family: Ubuntu;
}

h1{

}

h2{
    text-transform: uppercase;
    font-size: 36px;
    font-weight: lighter;
}

h3{
    font-size: 18px;
}

h4{
    font-size: 24px;
    text-transform: uppercase;
    margin: 50px 0 25px 0;
    font-weight: lighter;
}

h5{
    font-size: 18px;
    font-weight: normal;
}

p{
    font-size: 18px;
    font-weight: lighter;
}

table{
    width: 100%;
}

.clear{
    clear: both;
}

body{
    background: url("../images/head-trans.png");
    background-repeat:no-repeat;
    background-position: top center;


}

article p{
    text-align: justify;
}

#main{
    width: 1000px;
    margin: 0 auto;
}

#main .p1{
    font-weight: 300;
    font-size: 15px;
    margin-left: 2px;
}

nav li{
    display: inline-block;
    padding: 0 3.333333%;
}

nav a{
    color: #000;
    text-decoration: none;
    font-size: 23px;
    font-weight: 300;
}

nav .active>a{
    border: 0px solid #c6dec9;
    border-bottom-width: 1px;
    box-shadow: 0 2px 2px -2px gray;
    background-color: transparent;
}

#head-heandler{
    width: 1000px;
    margin: 0 auto;
    padding: 40px 0 100px 0;
    box-sizing: border-box;
    position: relative;
}

#logo{
    text-align: center;
}

#navigation{
    text-align: center;
    margin-top: 70px;
}


.main-navigation-input ul{
    cursor: pointer;
}

footer{
    background: url("../images/footer-bg.png");
    widows:100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    padding: 150px;
    background-repeat: repeat-x;
    background-position: bottom;
    position: relative;
}

footer ul{
    position: absolute;
    bottom: 55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    display: flex;
}

footer li{
    display: inline-block;
    margin-left: 25px;
}

footer a{
    color: #000;
}

.menu_icon {
    display:block;
    overflow: hidden;
    margin: 0;
    position: absolute;
    padding: 0;
    width: 45px;
    height: 45px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s;
    left:20px;
    top: -40px;
    background-color:transparent;
    z-index: 99;
}

.menu_icon:focus { outline: none;}
.menu_icon span { display: block; position: absolute; top:15px; left:0; right:0; height: 4px; background:#000;}
.menu_icon span:before, .menu_icon span:after { position: absolute; display: block; left: 0; width: 100%; height:4px; background-color: #000; content: "";}
.menu_icon span:before { top: -10px;}
.menu_icon span:after { bottom: -10px;}

.menu_icon-X span { transition: background 0s 0.3s;}
.menu_icon-X span:before, .menu_icon-X span:after { transition-duration: 0.3s, 0.3s; transition-delay: 0.3s, 0s;}
.menu_icon-X span:before { transition-property: top, transform;}
.menu_icon-X span:after { transition-property: bottom, transform;}

.menu_icon-X.is-active span { background: none;}
.menu_icon-X.is-active span:before { top: 0; transform: rotate(45deg);}
.menu_icon-X.is-active span:after { bottom: 0; transform: rotate(-45deg);}
.menu_icon-X.is-active span:before, .menu_icon-X.is-active span:after { transition-delay: 0s, 0.3s;}

.my-menu{
    background: #FFF;
    position: absolute;
    left: 10px;
    top: 0px;
    z-index: 99;
    width: 180px;
    font-size: 24px;

}

td{
    font-weight: 100;
    font-size: 18px;
}

a{
    color: #000;
}

#formContactError{
    margin-top: 20px;
}

.company-header-img{
    width:200px;
}

#headline{
    position: relative;
}

.head-col1{
    float: left;
    width: 200px;
    width: 58%;
}

.head-col1 img{
    width: 100%;
}

.head-col2{
    float: right;
    width: 55%;
    font-size: 48px;
    position: absolute;
    right: 0;
    top: 55px;
}

.head-col2 p{
    font-size: 48px;
    font-family: 'Dancing Script', cursive;
}

.head-col3{
    margin-bottom: 90px;
    text-align: center;
}
.head-col3 span{
    font-size: 48px;
    font-family: 'Dancing Script', cursive;
}

#work-list{
    padding: 0 40px;
    box-sizing: border-box;
    margin-top: 90px;
}
.work-sub-list{
    position: relative;
    cursor: cell;
}
.work-sub-list:before {
    content: '';
    background: url(../images/list-item.png) no-repeat left top;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: 4px;
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

.degree:before {
    -moz-transform: rotate(-0deg)!important;
    -ms-transform: rotate(-0deg)!important;
    -o-transform: rotate(-0deg)!important;
    -webkit-transform: rotate(-0deg)!important;
    top: 8px;
}

.work-sub-list-cont{
    display: none;
}

.work-sub-list p{
    margin-left: 20px;
}

h4.work-sub-list p {
    font-size: 24px;
    font-weight: lighter;
}

.sub-input{
/*    width:50%;
    float: left;*/
}

.new{
    float: left;
    width: 50%;
    padding: 0 20px 0 0;
    box-sizing: border-box;

}

.sub-input{
    margin-bottom: 20px;
}

.new2{
    float: right;
    width: 50%;
        padding: 0 20px 0 0;
    box-sizing: border-box;
}


li.sub-input{
    list-style-position: inside;
    list-style: none;
    position: relative;
    cursor: pointer;
}



.sub-input span{
    font-size: 18px;
    margin-left: 20px;
}

#adress span{
    color: #8aba1d;
    font-weight: bold;
}

#adress h2{
    margin-bottom: 45px;
}

#adress div{
    font-size: 18px;
    font-weight: lighter;
}

li.sub-input:before{
    content: '';
    background: url(../images/list-item.png) no-repeat left top;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    /*top: 8px;*/
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}

li.degree:before{
    -moz-transform: rotate(-0deg)!important;
    -ms-transform: rotate(-0deg)!important;
    -o-transform: rotate(-0deg)!important;
    -webkit-transform: rotate(-0deg)!important;
    top: 5px;
}

.sub-input-cont{
    display: none;
}

/* Kontaktformular */

#contact label{
    display: block;
    color: #273e3d;
    font-weight: lighter;
    margin-bottom: 15px;
}

#contact input{
    background: #606359;
    border: none;
    width: 100%;
    height: 37px;
    border-radius: 4px;
    color: #FFF;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 10px;
}

.cont-col-33-Message{
    width: 66.666666%!important;
}

#contact textarea{
    background: #606359;
    border: none;
    width: 100%;
    height: 125px;
    border-radius: 4px;
    color: #FFF;
    font-size: 18px;
    box-sizing: border-box;
    padding: 0 10px;
}

#ContactMailForm_ContactMailForm_action_submit{
    background: #8aba1d!important;
    color: #FFF;
    width: 125px!important;
    float: right;
    font-size: 18px;
}

.error{
    border: 1px solid #FF7B71!important;
}

.cont-col-33-LastName {
    padding-right: 60px;
}

.cont-col-33-FirstName{
    padding: 0 30px;
}

.cont-col-33-Email{
    padding-left: 60px;
}

.cont-col-33-Phone{
    padding-right: 60px;
}

.cont-col-33-Message{
    padding-left: 30px;
}

.input-wrap{
    float: left;
    width: 33.33333%;
    margin-top: 55px;
/*    padding: 0 35px;*/
    box-sizing: border-box;
}

.normal-list li{
    list-style: none;
    font-size: 18px;
    font-weight: lighter;
}

.col{
    width: 50%;
}

.col2{
    float: left;
}

.sub-sub-list{

}

.sub-sub-list li{
    font-size: 18px;
    font-weight: lighter;
}

.sub-input-cont p{
    font-size: 14px;
    margin-top: 12px;
}

article li{
    list-style-position: inside;
}

.normal-list li{
    list-style-position: inside;
}

.mo{
    display: none;
}

@media (min-width: 841px) and (max-width: 1040px) {
    #main{
        width: 800px;
    }

    #head-heandler{
        width: 800px;
    }

    .head-col2 p{
        font-size: 34px;
    }

    .head-col3 span{
        font-size: 34px;
    }

    #logo{
        margin: 40px auto;
    }


}

@media (min-width: 0px) and (max-width: 1040px) {
    table{
        width: 100%!important;
    }
}
@media (min-width:0px) and (max-width: 840px) {
    #main{
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
        margin-top: 10px!important;
    }

    #work-list {
        padding: 0;
    }

    .col{
        width: 100%;
    }

    .col2{
        float: none;
    }
    #head-heandler{
        width: 100%;
    }

    .head-col2 p{
        font-size: 34px;
    }

    .head-col3 span{
        font-size: 34px;
    }


    nav{

    }

    nav li {
        display: block;
        margin-bottom: 5px;
    }

    #navigation{
        position: relative;
    }

    .main-navigation-input{
        display: none;
    }



    .de{
        display: none;
    }

    .mo{
        display: block;
    }
}

@media (min-width:0px) and (max-width: 740px) {
    .head-col1{
        float: none;
        width: 100%;
    }

    .head-col2{
        position: static;
        float: none;
        width: 100%;
        margin-bottom: 40px;
    }


    .input-wrap {
        width: 50%;
    }

    .cont-col-33-LastName {
        padding-left: 0px;
        padding-right: 30px;
    }

    .cont-col-33-FirstName{
        padding: 0 0px 0 30px;
    }

    .cont-col-33-Email{
        padding-right: 30px;
        padding-left: 0px;
    }

    .cont-col-33-Phone{
        padding-right: 0px;
        padding-left: 30px;
    }

    .cont-col-33-Message{
        padding-left: 0px;
        width: 100%!important;
    }

    h2{
        font-size: 24px;
    }

.new{
    float: none;
    width: 100%;
    padding: 0 0px 0 0;
    box-sizing: border-box;

}

.sub-input{
    margin-bottom: 20px;
}

.new2{
    float: none;
    width: 100%;
        padding: 0 0px 0 0;
    box-sizing: border-box;
}

.btnBar{
    margin-top: 20px;
}

}
#logo{
    width: 67%;
    margin: 0 auto;
}

#logo img{
    width: 100%;
}
@media (min-width: 0) and (max-width: 580px) {
    #logo{
        width: 80%;
        margin: 0 auto;
    }

    #logo img{
        width: 100%;
    }
}

@media (min-width: 0) and (max-width: 500px) {
    #logo{
        width: 250px;
        float: right;
    }
    .main-navigation-input ul {
        cursor: pointer;
        padding-top: 40px;
    }
    #logo {
        padding-right: 10px;
        box-sizing: border-box;
    }

    table p{
        text-align: start;
    }

    .index-table td{
        display: block;
    }
}

@media (min-width: 0) and (max-width: 380px) {
    #logo{
        width: 180px;
    }

    .three{
        width: 350px;
    }

    #navigation{
        margin-top: 60px;
    }
}

@media (min-width: 0) and (max-width: 460px) {
    .input-wrap{
        float: none;
        width: 100%;
        margin-top: 25px;
    }
    .cont-col-33-LastName {
        padding-left: 0px;
        padding-right: 0px;
    }

    .cont-col-33-FirstName{
        padding: 0 0px 0 0px;
    }

    .cont-col-33-Email{
        padding-right: 0px;
        padding-left: 0px;
    }

    .cont-col-33-Phone{
        padding-right: 0px;
        padding-left: 0px;
    }

    .cont-col-33-Message{
        padding-left: 0px;
        width: 100%!important;
    }




}

@media (min-width: 0) and (max-width: 440px) {
    table{
        width: 100%!important;
    }
}

@media (min-width: 0) and (max-width: 400px) {
    tr{
        display: table;
    }
}




/*Fallback*/

.fallback-img{
    float: left;
    width: 33.3333333333%;
    margin-top: 100px;
}

.fallback-img img{
    width: 100%;
    display: block;
}


@media (min-width: 0) and (max-width: 680px) {
  .fallback-img{
    float: none;
    width: 100%;
    margin-top: 0px;
    }

    .fallback-img img{
        width: 100%;
        display: block;
    }  
}

/* Privacy Policy */

.control {
  font-family: arial;
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
  font-size: 16px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control_indicator {
  position: absolute;
  top: 10px;
  left: 0;
  height: 20px;
  width: 20px;
  background: #cccccc;
  border: 0px solid #000000;
}
.control-radio .control_indicator {
  border-radius: 0;
}

.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
  background: #cccccc;
}

.control input:checked ~ .control_indicator {
  background: #8aba1d;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
  background: #8aba1d;
}
.control input:disabled ~ .control_indicator {
  background: #8aba1d;
  opacity: 7;
  pointer-events: none;
}
.control_indicator:after {
  box-sizing: unset;
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control_indicator:after {
  display: block;
}
.control-checkbox .control_indicator:after {
  left: 8px;
  top: 4px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

.cont-col-33-DataAccess{
  width: 100%;
  max-width: 400px;
  display: table;
float: right;
  padding-bottom: 20px;
  padding-right: 20px;
}

.cont-col-33-DataAccess span{
  width: 94%;
  float: right;
  margin-bottom: 10px;
}

.cont-col-33-DataAccess label{
  display: block!important;
  width: 100%!important;
  font-size: 12px!important;
  padding: 10px;
  @media screen and (min-width: 530px) {
    margin-left: 20px;
  }
}

.cont-col-33-DataAccess a{
  color: #8aba1d;
}

.cont-col-33-DataAccess a:hover{
  text-decoration: underline;
}

.cont-col-33-DataAccess:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cont-col-33-DataAccess:after {
  clear: both;
}

.cont-col-33-DataAccess.error{
  border: none!important;
}
.cont-col-33-DataAccess.error label{
  color: #8aba1d;
}

.cookie_inner a{
    color: #FFF
}
