.row{width: 100%;}
.row p{margin:0;}

.row .column h2{padding-top:25px;}


.column:first-child h1 {border-bottom: solid 1px black; line-height: 2;}
.column h2{margin: 5px 0; font-weight: 200; font-style: italic; color: #f2961a;}


.container-out:nth-child(2) .container-in:nth-child(5) .column:nth-child(2) p {line-height: 1.6;}

.column:first-of-type{padding-bottom: 15px;}

@media only screen and (max-width:568px){
.column:nth-last-of-type(5){padding-bottom:20px}
.row .column:nth-child(2n) span h2{padding-top:0px;}
}

@media only screen and (min-width:569px){
.column:first-of-type{width: 100%;}
.column{width: 50%; float: left;}
.column:nth-child(2){width: 70%;}
.column:last-child{width: 30%; text-align: right;}
.row .column span h2, .row .column span {padding-top:0px;}


.column:last-child h1:first-child {border-bottom: solid 1px black; line-height: 2;}
}


/*-------------------------------------------- noehornstern */
.stern {left:10vw;}
@media only screen and (orientation:portrait){.stern {top:25vh;}}
@media only screen and (orientation:landscape){.stern {top:35vh;}}

