#content > div.col-wrap h2 {
	background: #df9a18;
	padding: 40px 10px 40px 10px;
}
div#content .expandable-box h3 {
    color: #df9a18;
    line-height: 1.5em;
    padding: 10px 0;
}

div#content .leftcol h2,
div#content .middlecol h2,
div#content .rightcol h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 0px;
	margin-bottom: 10px;
}
/*
div#content .leftcol,
div#content .middlecol,
div#content .rightcol {
	margin-top: 15px;
}
*/
.col-md-6 > div {
	color: #000;
	background: #fff;
	/*padding: 10px;*/
    padding: 0 !important;
}
.col-md-3 > div {
	color: #000;
	background: #fff;
	/*padding: 10px;*/
	min-height: 250px;
}
div#content .leftcol {
	padding-right: 7px;
}
div#content .middlecol {
	padding-left: 7px;
	padding-right: 7px;
}

div#content .rightcol {
	padding-left: 7px;
}

div#content .expandable-box .bottom {
    padding: 0px;
}

div#content .expandable-box .left, div#content .expandable-box .right {
    bottom: 0;
    clear: none;
    float: left;
    width: 100%;
}

div#content .expandable-box .left, div#content .expandable-box .right {
    bottom: 0;
    clear: none;
    float: left;
    width: 100%;
}

div.rightcol:nth-child(2) {
    padding-left: 8px !important;
}

div#content .expandable-box .top {
    background-color: #fff;
}

div#content .expandable-box .right a {
    color: #000;
	float: left;
	clear: both;
}
div#content .expandable-box .right h3 {
	float: left;
	display: inline;
	clear: none;
	  padding: 0;
}
.col-md-3 > div {
    min-height: 0;
}


nav#submenu a {
    color: #df9a18 !important;
    text-decoration: none;
}

nav#submenu ul li.active  {
    
	background: #df9a18;
}

nav#submenu ul li.active a {
    color: #fff !important;
}

nav#submenu ul li {
    display: inline;
	padding-left: 40px;
	padding-right: 40px;
}


div#content .expandable-box .right {

    position: relative;

}


#content h1 {
   font-family: "Roboto",sans-serif;
    font-size: 22px;
    font-weight: 300;
    padding: 8px;
	margin-top: 20px;
	color: #fff;
    position: absolute;
    text-transform: uppercase;
	background: #df9a18;
}
#content h1::before {
	content: '/// ';
}

#content h4 {
	color:  #fff;
}

#top h1 {
    margin-bottom: 90px;
}




#c588 > h1:nth-child(1),
#c589 > h1:nth-child(1) {
    z-index: 1;
}

#c588,
#c589 {
    padding: 0 !important;
    background: transparent;
}




div.col-md-6:nth-child(1) > div:nth-child(2) > a:nth-child(1) > h4:nth-child(1),
div.rightcol:nth-child(2) > div:nth-child(2) > a:nth-child(1) > h4:nth-child(1){
/*
    position: absolute;
    bottom: 50px;
    left: 35px;
    text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6);
    
*/
    margin-top: 0px !important;
        margin-left: 20px;
margin-top: 7px !important;
}


div.col-md-6:nth-child(1) > div:nth-child(2) > a:nth-child(1) > h4:nth-child(1):before,
div.rightcol:nth-child(2) > div:nth-child(2) > a:nth-child(1) > h4:nth-child(1):before{
    color: #fff !important;
/*    text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.6);*/
}


div.rightcol:nth-child(2) > div:nth-child(2),
div.col-md-6:nth-child(1) > div:nth-child(2) {
    padding-top: 0px !important;
}

#c589 > div:nth-child(2) > div:nth-child(1),
#c588 > div:nth-child(2) > div:nth-child(1) {
    margin-bottom: 0px !important;
}






div.col-md-6:nth-child(1) > div:nth-child(2),
div.rightcol:nth-child(2) > div:nth-child(2){
    background: transparent;
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: #df9a18;!important;
    padding: 2px 5px 5px 5px !important;
}

div.col-md-6:nth-child(1),
div.rightcol:nth-child(2) {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    position: relative;
}

div.col-md-6:nth-child(1):hover img,
div.rightcol:nth-child(2):hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}


#index .ce-bodytext p {
    position: absolute;
    color: rgb(255, 255, 255);
    left: 36px;
    top: 75px;
    margin-right: 36px;
}




div.row:nth-child(3) img {
    width: 100% !important;
    height: auto !important;
}


@media(max-width: 1100px) {

    
    #index .ce-bodytext p {
        font-size: 12px !important;
    }
    
    #index .ce-textpic {
        height: 270px !important;
    }

    #index .ce-textpic img {
        height: 270px !important;
        width: auto;
        max-width: inherit !important;
    }

    div.col-md-6:nth-child(1) > div:nth-child(2) > a:nth-child(1) > h4:nth-child(1),
    div.rightcol:nth-child(2) > div:nth-child(2) > a:nth-child(1) > h4:nth-child(1) {
        bottom: 20px !important;
        font-size: 12px !important;

    }
}

@media(max-width: 900px) {
    #c589 > h1:nth-child(1),
    #c588 > h1:nth-child(1) {
        font-size: 16px !important;
    }
    
     #index .ce-textpic {
        height: 320px !important;
    }

    #index .ce-textpic img {
        height: 320px !important;
    }

}


@media(max-width: 800px) {
    
        div.rightcol:nth-child(2) {
    padding-left: 0px !important;
}
    
    
    #index .ce-textpic {
        height: 220px !important;
    }

    #index .ce-textpic img {
        height: 220px !important;
    }
    
    div.col-md-6:nth-child(1) {
        padding-right: 0px !important;
    }
    
    div.row:nth-child(3),
    div.col-md-3:nth-child(1),
    div.middlecol:nth-child(2),
    div.middlecol:nth-child(3),
    div.rightcol:nth-child(4)
    {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    
    
    
    
    
    
}


#collapse-590,
#collapse-587 {
    padding: 25px !important;
}


@media(max-width: 700px) {
    
    #c119 > h2:nth-child(1) {
        font-size: 30px !important;
    }
    
             #index .ce-textpic {
        height: 270px !important;
    }

    #index .ce-textpic img {
        height: 270px !important;
    }
    
    nav#submenu ul li {
        display: block;
    }
    
}



main#index {
}

/*
#c125,
#c126 {
    padding-bottom: 15px !important;
}
*/



#c122 > div:nth-child(2) > div:nth-child(1) p,
#c121 > div:nth-child(2) > div:nth-child(1) > p:nth-child(1){

    position: inherit !important;
    color: #000 !important;
}



div.ce-gallery:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1):hover {
        -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.2s;
    transition: 0.2s;
}





#c588 > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1),
#c589 > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
    min-height: 230px !important;
    height: 100% !important;
}

@media(max-width: 1100px) {
    #c588 > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1),
    #c589 > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
        min-height: inherit !important;
        height: inherit !important;
        height: 270px !important;
    }
}


@media(max-width: 900px) {
    #c588 > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1),
    #c589 > div:nth-child(2) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > div:nth-child(1) > img:nth-child(1) {
        min-height: inherit !important;
        height: inherit !important;
        height: 320px !important;
    }
}


#submenu > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) {
    margin-left: 18px !important;
}

#submenu > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1) {
    position: relative;
}

#submenu > ul:nth-child(1) > li:nth-child(2) > a:nth-child(1):before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../Images/Icon_Schraube_orange.png");
    background-size: 30px;
    left: -35px;
    position: absolute;
    background-repeat: no-repeat;
    top: -6px;
}



#submenu li.active:nth-child(2) > a:nth-child(1):before {
    content: "" !important;
    width: 30px !important;
    height: 30px !important;
    background-image: url("../Images/Icon_Schraube-aktiv.png") !important;
    background-size: 30px !important;
    left: -35px !important;
    position: absolute !important;
    background-repeat: no-repeat !important;
    top: -6px !important;
}







#submenu > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) {
    margin-left: 18px !important;
}

#submenu > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1) {
    position: relative;
}

#submenu > ul:nth-child(1) > li:nth-child(3) > a:nth-child(1):before {
    content: "";
    width: 30px;
    height: 30px;
    background-image: url("../Images/Icon_Pins_orange.png");
    background-size: 30px;
    left: -35px;
    position: absolute;
    background-repeat: no-repeat;
    top: -6px;
}


#submenu li.active:nth-child(3) > a:nth-child(1):before {
    content: "" !important;
    width: 30px !important;
    height: 30px !important;
    background-image: url("../Images/Icon_Pins-aktiv.png") !important;
    background-size: 30px !important;
    left: -35px !important;
    position: absolute !important;
    background-repeat: no-repeat !important;
    top: -6px !important;
}



#c1078 {
margin-top: 60px;
}

h2.header-big-black {
    background: none !important;
}

div#top {
    height: inherit !important;
}

.expandable-box h3 {
background-color: #df9a18 !important;
}


div.col-md-3 .expandable-box {
    min-height: 233px !important;
}

div.col-md-3 .expandable-box .top {
    min-height: 233px !important;
}

div.col-md-3 .expandable-box .top img {
    margin-top: -15px !important;
}


@media(max-width: 1100px) {

div.col-md-3 .expandable-box .top img {
    margin-top: calc(3%) !important;
}
}





.accordion .panel-default {
background: #b7bf01 !important;
}

.accordion .panel-default {
    color: #fff !important;
}

.accordion .panel-default p {
    color: #000 !important;
}





@media(max-width: 1100px) {
    div.col-md-3 .expandable-box .top img {
       /* margin-left: calc(50% - 100px);*/
        width: 100%;
height: auto !important;
    }
}

@media(max-width: 1100px) {
    div.col-md-3 .expandable-box .top img {
        margin-top: calc(8%) !important;
    }
}

@media(max-width: 900px) {
div.col-md-3 .expandable-box .top img {
        margin-top: calc(17%) !important;
    }
}

@media(max-width: 800px) {
div.col-md-3 .expandable-box .top img {
        margin-top: calc(1%) !important;
    }
    
    div.row:nth-child(3) .leftcol,
    div.row:nth-child(3) .rightcol,
    div.row:nth-child(3) .middlecol,
    div.row:nth-child(6) .leftcol,
    div.row:nth-child(6) .rightcol,
    div.row:nth-child(6) .middlecol{
        width: 50%;
        float: left;
    }
    

    
    
    
}













@media(max-width: 800px) {
div.col-md-3 .expandable-box .top img {
        margin-top: calc(1%) !important;
    }
    
    div.row:nth-child(3) .leftcol,
    div.row:nth-child(3) .rightcol,
    div.row:nth-child(3) .middlecol,
    div.row:nth-child(6) .leftcol,
    div.row:nth-child(6) .rightcol,
    div.row:nth-child(6) .middlecol{
        width: 50%;
        float: left;
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    

    div.expandable-box {
        margin-top: 0 !important;
    }
    
    
    
}









@media(max-width: 500px) {
div.col-md-3 .expandable-box .top img {
        margin-top: calc(1%) !important;
    }
    
    div.row:nth-child(3) .leftcol,
    div.row:nth-child(3) .rightcol,
    div.row:nth-child(3) .middlecol,
    div.row:nth-child(6) .leftcol,
    div.row:nth-child(6) .rightcol,
    div.row:nth-child(6) .middlecol{
        width: 100%;
        float: none;
        padding-left: 0px !important;
        padding-right: 0 !important;
    }
    

    
    
    
    
}
main#index{background-position: center 0 !important;}






