/* Techniken */
#header_img {height:300px;background:#465064;display:flex;justify-content:center;align-items:center;padding:0 20px;}
#header_img h1 {position:static;margin:80px 0 0 0;background:transparent;width:auto;}
section:nth-of-type(2) {background:#fff;}
section:nth-of-type(3) {background:#ae8406;color:#fff;}
section:nth-of-type(1) {display:none;}
#content_2 {width:100%;margin:0;padding:0;}
#content_2 img {max-width:100%;width:auto;height:auto;}
.col:first-child {line-height:0;}
.col:first-child p {margin:0;padding:0;}
.col:nth-of-type(2) {display:flex;align-items:center;padding:0 80px;}
ul.techniken {list-style:none;margin:0;}
ul.techniken li a {display:block;width:100%;padding:30px 0 30px 100px;background-size:70px 70px;background-repeat:no-repeat;background-position:left center;display:block;width:100%;}
ul.techniken li:nth-of-type(1) a {background-image:url(../../../media/techniken/pinsel.png);}
ul.techniken li:nth-of-type(2) a {background-image:url(../../../media/techniken/foundry.png);}
ul.techniken li:nth-of-type(3) a {background-image:url(../../../media/techniken/pattern.png);}
ul.techniken li:nth-of-type(4) a {background-image:url(../../../media/techniken/kette.png);}
ul.techniken li:nth-of-type(5) a {background-image:url(../../../media/techniken/schmuck.png);}
ul.techniken li:nth-of-type(6) a {background-image:url(../../../media/techniken/boxsack.png);}
ul.techniken a:link, ul.techniken a:visited {color:#595959;text-decoration:none;font-family: 'encode_sans_semicondensedMd',sans-serif;}
ul.techniken a:focus, ul.techniken a:hover, ul.techniken a:active {color:#a69152;}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 1480px) {
ul.techniken li a {padding:15px 0 15px 70px;background-size:50px 50px;}
.col:nth-of-type(2) {padding:0 30px;}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 1220px) {
ul.techniken li a {padding:10px 0 10px 60px;background-size:40px 40px;}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 1000px) {
.colframe {flex-direction:column;}
.col {flex:1 1 100%;width:100%;}
.col:nth-of-type(2) {padding:40px 20px;}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 800px) {
#header_img {height:300px;}
ul.techniken li a {padding:25px 0 25px 100px;background-size:70px 70px;}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 480px) {
ul.techniken li a {padding:12px 0 12px 60px;background-size:40px 40px;}
}
