/* Impressum EN */
section {margin:0;}
#contentframe {padding-bottom:4px;}
.col:first-child {padding:75px 20px 0 0;text-align:right;}
section#row2, section#row3, section#row4, section#row5, section#row6, section#row7, section#row8 {display:none;}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width:1640px) {
.col:first-child {flex:1 1 30%;width:30%;padding:75px 0 0 60px;text-align:left;}
.col:last-child {flex:1 1 70%;width:70%;}
.col:first-child img {max-width:100%;width:auto;height:auto;}
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media only screen and (max-width: 1080px) {
.col:first-child {display:none;}
.col:last-child {flex:1 1 100%;width:100%;}
section#row2 {display:block;}
.spende_btn {display:block;width:260px;height:260px;margin:60px auto 30px;position:relative;right:6px;}
.spende_btn .image {position:absolute;top:0;left:0;transition: opacity 0.25s ease;width:260px;height:260px;}
}