@import url('https://fonts.googleapis.com/css?family=Verdana|Sans-Serif');
*{
    margin:0;
    padding:0;	
    box-sizing:border-box;
}
body{
    font-family:verdana,sans-serif;
    margin-top:5px;
    margin-right:5px;
    margin-bottom:5px;
    margin-left:5px;
}
header{
    background-color:#348CE6;
    width:100%;
    position:fixed;
    z-index:100;
    top:0;
    left:0;
}
.dropdown {
    display: none;
	background-color:#348CE6;
}
#headerbox{
    background-image:url(../header.jpg);
    background-repeat:no-repeat;
    background-position:14% center;
    background-attachment:fixed;
    background-size:cover;
    /*height:300px;*/
    height:49vh;
    position:relative;
    text-align:left
}
#headerbox img{
    position:absolute;
    height:300px;
    height:100vh;
    text-align:left
}
#headerbox h2{
    font-family: verdana,sans-serif;
    color:rgba(255,255,255,0.95);
    font-size:1.1em;
    text-shadow: 1px 1px 5px #000
}
#headerbox h2 span{
    font-family: verdana,sans-serif;
    font-size:1.7em;
    text-transform:uppercase;
    color:rgba(255,255,255,1);
    text-shadow: 1px 1px 5px #000
}
#headerbox h2 em{
    font-family: verdana,sans-serif;
    font-size:1.7em;
    color:rgba(255,255,255,1);
    text-shadow: 1px 1px 5px #000
}
#headlinebox{
    width:980px;
    position:absolute;
    top:60%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center
}
#headlinebox a{
    color:#fff;
    text-decoration:none;
    display:inline-block;
    margin:30px 10px;
    border-bottom:1px solid #fff;
    padding:0 6px 6px 6px
}
#headlinebox2{
    width:980px;
    position:absolute;
    top:94%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center
}
#headlinebox2 img{
    position:absolute;
    bottom:50px;
    width:64px;
    height:64px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity:1
}
#headlinebox2 img:hover{
    width:80px;
    height:80px;
    margin-bottom:-4px;
    margin-left:-8px;
    opacity:0.6
}

.innerbox{
    max-width:980px;
    margin:auto;
    overflow:hidden;
    padding:0px 0
}
h1{
    float:left;
    font-family: verdana, sans-serif
}
h1 a{
    color:#fff;
    text-decoration:none
}
nav{
    margin-top:30px;
    margin-right:10px;
    margin-bottom:1px;
    margin-left:1px;
}
nav ul{
    list-style-type:none;
    text-align:right
}
nav ul li{
    display:inline;
    margin-left:15px;
}
nav ul li a{
    color:#fff;
    text-decoration:none;
    display:inline-block;
    padding:15px 0;
    border-bottom:3px solid transparent;
    -webkit-transition: all 0.05s ease-in-out 0.05s;
    -moz-transition: all 0.05s ease-in-out 0.05s;
    -ms-transition: all 0.05s ease-in-out 0.05s;
    -o-transition: all 0.05s ease-in-out 0.05s;
    transition: all 0.05s ease-in-out 0.05s;
    opacity:1;
}
nav ul li a:hover{
    color:#555;

    opacity:1;
}
nav ul li a#aktiv{
    border-bottom:3px solid #fff;
    color:#fff
}
#logo .img{
    margin-top:0px 0;
    margin-bottom:0px 0;
    width:100%;
    max-width:100px;
    float:left;
}
/*! http://responsiveslides.com v1.55 by @viljamis */
.slider{
    overflow:hidden;	
}
.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    height: auto;
    float: left;
    width: 100%;
    border: 0;
}
.callbacks_container {
    margin-bottom: 30px;
    position: relative;
    float: left;
    width: 100%;
}
.callbacks {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}
.callbacks li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}
.callbacks img {
    display: block;
    position: relative;
    z-index: 1;
    height: auto;
    width: 100%;
    border: 0;
}
.callbacks .caption {
    position: absolute;  
    right: 10px;
    bottom:10px;
    z-index: 2;
    color: #fff;
    /* Fallback für ältere Browser */
    background: #f00;
    background: rgba(255,102,0,.8);
    padding: 10px 20px;
    margin: 0;
}
.callbacks .caption a {
    color:#fff;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top:10px;
    left:10px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../themes.gif") no-repeat left top;
}
.callbacks_nav:active {
    opacity: 1.0;
}
.callbacks_nav.next {
    left:55px;
    background-position: right top;
}
article{	
    width:49%;
    margin-right:2%;
	margin-top:2%;
    float:left;
    background-color:#fff;

    padding:0.625em;	
}
article img{
    width:100%;
    border:0.0625em solid #ccc;
    padding:0.3em;
    background-color:#fff;
}
article:last-child{
    margin-right:0;
}
.ribbonbox{
    position:relative;
}
article img.ribbon{
    position:absolute;
    top:-7px;
    right:-7px;
    width:50%;
    border:0;
    padding:0;
    background-color:transparent;
    float:none;
}
article h2{
    margin-top:0;		
}
section h2{
    font-family: 'Lato', sans-serif;
    margin:20px 0;
}
section p{
    line-height:1.5em;
    margin:15px 0;
}
.row{
    overflow:hidden;
}
.halbe{
    width:49%;
    float:left;
    margin-right:2%;
}
.halbe:last-child{
    margin-right:0;
}
.viertel{
    width:23.5%;
    float:left;
    margin:right;
}
.viertel:last-child{
    margin-right:0;
}
.parallax .viertel{
    color:#fff;
    text-align:center;
    margin-top:30px;
}
.team,.work{
    overflow:hidden;

}
.team li{	
    list-style-type:none;
    width:50%;
    float:left;
    background:rgba(0,0,0,.9) url(../zoom.png) no-repeat center;
    line-height:0;
    position:relative;
}
.work li{	
    list-style-type:none;
    width:32%;
    float:left;
    margin-right:2%;
    margin-bottom:2%;
    line-height:0;
    position:relative;
}
.work li:nth-child(3n){	
    margin-right:0;
}
.team li img{
    border:0.0625em solid #ccc;
    width:100%;
    opacity:1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.team li img:hover{
    opacity:0.1;
}
.work li img{
    width:100%;
    opacity:0.3;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;	
}
.team li span{
    line-height:1.3em;
    color:#fff;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    opacity:1;
    -webkit-transition: all 0.3s ease-in-out 1s;
    -moz-transition: all 0.3s ease-in-out 1s;
    -ms-transition: all 0.3s ease-in-out 1s;
    -o-transition: all 0.3s ease-in-out 1s;
    transition: all 0.3s ease-in-out 1s;
}
.team li:hover span{
    opacity:0;
}
.work li span{	
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
    -webkit-transition: all 0.3s ease-in-out 1s;
    -moz-transition: all 0.3s ease-in-out 1s;
    -ms-transition: all 0.3s ease-in-out 1s;
    -o-transition: all 0.3s ease-in-out 1s;
    transition: all 0.3s ease-in-out 1s;	
    background:#000 url(../link.png) no-repeat center;
}
.work li:hover span{
    opacity:0.6;
}
.parallax{
    padding:50px 0;
    background-color:#f00;
}
.parallax h2,
.parallax-box h2{
    color:#fff;
    text-align:center;
    text-transform:uppercase;
    font-family: verdana,sans-serif;
    text-shadow:1px 1px 5px #000;

}
#parallax1{
    background:#000 url(../header2.jpg) no-repeat 14% center fixed;
    background-size:cover;
}
.parallax-box{
    background:#000 url(../header2.jpg) no-repeat 14% center fixed;
    background-size:cover;
	    height:200px;

}
.parallax-noise{
    background:url(noise.png);
    padding:80px 0;
}
.zahl{
    background:rgba(255,163,0,1);
    font-size:3em;
    margin:10px;
}
.legende{
    text-transform:uppercase;
}
.iframebox{
    position:relative;
    padding-bottom:56.25%;
    height:0;
    overflow:hidden;
    max-width:100%;
} 
.iframebox iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
video{
    width: 100%;
    height: auto;
    border:0.0625em solid #ccc;
}
.button{
    background-color:rgba(79,79,79,1);
    color:#FFF;
    font-family:verdana,sans-serif;
    font-size:0.95em;
    padding:0.4em 1em;
    display:inline-block;
    text-decoration:none;
    -webkit-transition: all 0.05s ease-in-out 0.05s;
    -moz-transition: all 0.05s ease-in-out 0.05s;
    -ms-transition: all 0.05s ease-in-out 0.05s;
    -o-transition: all 0.05s ease-in-out 0.05s;
    transition: all 0.05s ease-in-out 0.05s;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #ccc;
    opacity:1;
}
.button:hover{
	background-color:rgba(0,0,0,0.80);
	color:#348CE6;
    opacity:0.92;
}
.viertel
{
    width:23.5%;
    float:left;
    margin-right:2%;
    text-align:center;
}
.viertel:last-child
{
    margin-right:0;
}
.viertel img
{
    width:100%;

    border:0px solid #fff;
    padding:0px;
    background-color:#fff;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

#kontaktformular{
    padding:0 5px;
}
#kontaktformular label{
    display:block;
    margin-bottom:0.3em;
}
#kontaktformular label[for="Anrede"],
#kontaktformular label[for="AGB"]{
    display:inline;
    margin-right:0.2em;
}
#kontaktformular input[type="radio"]{
    margin:0 1em 0 0.2em;
}
#kontaktformular p{
    margin-bottom:1.2em;
}
#kontaktformular input[type="text"],
#kontaktformular input[type="email"],
#kontaktformular textarea,
#kontaktformular select{
    width:100%;
    padding:0.625em;
    font-family:verdana,sans-serif;
    font-size:0.95em;
    border:0.0625em solid #ccc;
    background-color:rgba(0,0,0,0.1);
}
#kontaktformular input[type="text"]:focus,
#kontaktformular input[type="email"]:focus,
#kontaktformular textarea:focus,
#kontaktformular select:focus{
    border:0.0625em solid #333;
    background-color:rgba(0,0,0,0.2);
    color:#000;
}
#kontaktformular  input[type="submit"],
#kontaktformular  input[type="reset"]{
    background-color:rgba(79,79,79,1);
    color:#FFF;
    font-family:verdana,sans-serif;
    font-size:0.95em;
    padding:0.4em 1em;
    display:inline-block;
    text-decoration:none;
    -webkit-transition: all 0.05s ease-in-out 0.05s;
    -moz-transition: all 0.05s ease-in-out 0.05s;
    -ms-transition: all 0.05s ease-in-out 0.05s;
    -o-transition: all 0.05s ease-in-out 0.05s;
    transition: all 0.05s ease-in-out 0.05s;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border:1px solid #ccc;
    opacity:1;
}
#kontaktformular  input[type="submit"]:hover,
#kontaktformular  input[type="reset"]:hover{
    background-color:rgba(0,0,0,0.80);
	color:#3aabc9;
    opacity:0.92;
}
footer{
    background-color:rgba(255,255,255,1);
}
footer ul{
    list-style-type:none;

}
footer p{
    text-align:center;
    font-size:0.9em;
    color:rgba(0,0,0,1);
    margin-top:10px;
}
#social{
    float:left;
    margin-top:35px;
}
#footerliste{
    text-align:right;
    float:right;
    margin-top:25px;
    margin-bottom:25px;
}
#social li{
    display:inline;
    margin-right:10px;
    opacity:1;
    -webkit-transition: all 0.05s ease-in-out 0.05s;
    -moz-transition: all 0.05s ease-in-out 0.05s;
    -ms-transition: all 0.05s ease-in-out 0.05s;
    -o-transition: all 0.05s ease-in-out 0.05s;
    transition: all 0.05s ease-in-out 0.05s;
}
#social li:hover{
    opacity:0.7;
}
#footerliste li{
    display:inline;
    margin-left:10px;
}
#footerliste li a{
    color:#000;
    text-decoration:none;
    display:inline-block;
    padding:15px 0;
    border-bottom:3px solid transparent;
    -webkit-transition: all 0.05s ease-in-out 0.05s;
    -moz-transition: all 0.05s ease-in-out 0.05s;
    -ms-transition: all 0.05s ease-in-out 0.05s;
    -o-transition: all 0.05s ease-in-out 0.05s;
    transition: all 0.05s ease-in-out 0.05s;

}
#footerliste li a:hover{
    color:#348CE6;
    opacity:1;	
}
#back-top {
    position:fixed;
    top:80%;
    left:88%;
    transform:translate(-50%,-50%);
    text-align:left;
}
#back-top img{
    position:absolute;
    bottom:50px;
    width:64px;
    height:64px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity:1;
}
#back-top img:hover{
    width:80px;
    height:80px;
    margin-bottom:-4px;
    margin-left:-8px;
    opacity:0.6;
}



/* Breakpoint - Gestaltungsweiche, CSS-Abfrage nach Gerätebreite Media Queries */
@media screen and (max-width:990px){
    #headlinebox2{
        display: none;
    }
    header {
        overflow:hidden;
    }
    header h1{
        float:left;
    }
    #logo{
        display:none;
    }
    nav{
        margin-top:0.8em;	
        /*float:right;*/
        margin-top:40px;
        margin-right:10px;
        margin-bottom:1px;
        margin-left:1px;
    }
    nav ul{
        text-align:center;
        margin-bottom: 15px;
    }
    nav ul li{
        float:none;
        display:inline;
        margin:0 0 0 1em !important;
        font-size: 12px;
    }
    nav ul li:nth-child(2n){
        margin:0;
    }
    nav ul li a{
        display:inline;
        padding:0;
        margin:0;
        background-color:transparent;
    }	
    nav ul a.current-item{
        background-color:transparent;
    }	
    #headlinebox{
        width:100%;
        position:absolute;
        /*top:40%;*/
        /*left:80%;*/
        transform:translate(-50%,-50%);
        text-align:center;
    }
    #headlinebox3{

        top:50%;
        left:80%;
    }
    #headerbox h2{
        display: block;
        font-family: verdana,sans-serif;
        color:rgba(255,255,255,0.95);
        font-size:1.1em;
        text-shadow: 3px 3px 3px #000;
    }
    #headerbox h2 span{
        display: block;
        font-family: verdana,sans-serif;
        font-size:1.7em;
        text-transform:uppercase;
        color:rgba(255,255,255,1);
        text-shadow: 3px 3px 3px #000;
    }
    #headerbox h2 em{
        display: block;
        font-family: verdana,sans-serif;
        font-size:1.7em;
        color:rgba(255,255,255,1);
        text-shadow: 3px 3px 3px #000;
    }
    article{
        width:49%;
        margin-right:2%;
		margin-top:2%;
        float:left;
    }
    article:last-child{
        margin-right:0;
    }
    article img{
        width:100%;
        float:none;
        margin-right:0;
    }
	    .viertel{
        width:100%;
        float:left;
        margin:right;
    }
    .viertel:last-child{
        margin-right:0;
    }
    .ribbonbox{
        width:100%;
        float:none;
        margin-right:0;
    }
    footer li{
        margin-top:1px;
        margin-right:10px;
        margin-bottom:1px;
        margin-left:10px;
    }
    #back-top{
        top:80%;
        left:80%;
    }

}/* Ende Breakpoint ab 981px */

@media screen and  (max-width:0px){	
    header{
        text-align:left;
        background-color:rgba(0,0,0,0.0);
        color:#f00;
    }	
    header span{
        display:inline;
    }
    header .innerbox{
        padding:0;
        margin:0;
    }
    nav {
        list-style-type:none;
        margin-top:15px;
    }
    nav ul {
        overflow:hidden;
        padding:0 !important;
        margin:0 
    }		
    nav ul li{
        width:49%;
        text-align:left;
        float:left;
        background-color:#ccc;
        background:rgba(74,73,70,0.7);
        border:1px solid #fff;
    }	
    nav ul li:nth-child(2n){
        margin:0 0 2% 0;
    }
    #headlinebox{
        width:100%;
        position:absolute;
        top:60%;
        left:80%;
        transform:translate(-50%,-50%);
        text-align:center;
    }
    #logo{
        display:none;
    }
    #headlinebox3{
        width:100%;		
        top:60%;
        left:80%;
    }

    #headlinebox a{
        color:#fff;
        text-decoration:none;
        display:inline-block;
        margin:30px 10px;
        border-bottom:1px solid #fff;
        padding:0 6px 6px 6px;
    }
    #headerbox h2{
        display: block;
        font-family: verdana,sans-serif;
        color:rgba(255,255,255,0.95);
        font-size:1.1em;
        text-shadow: 3px 3px 3px #000;
    }
    #headerbox h2 span{
        display: block;
        font-family: verdana,sans-serif;
        font-size:1.7em;
        text-transform:uppercase;
        color:rgba(255,255,255,1);
        text-shadow: 3px 3px 3px #000;
    }
    #headerbox h2 em{
        display: block;
        font-family: verdana,sans-serif;
        font-size:1.7em;
        color:rgba(255,255,255,1);
        text-shadow: 3px 3px 3px #000;
    }
    .galerie li{
        width:32%;
    }
    .galerie li:nth-child(2n){
        margin-right:2%;
    }
    .galerie li:nth-child(3n){
        margin-right:0;
    }
    .galerie li:last-child{
        display:inherit;
    }
    article{
        width:49%;
        margin-right:2%;
		margin-top:2%;
        float:left;
    }
    article:last-child{
        margin-right:0;
    }
    article img{
        width:100%;
        float:none;
        margin-right:0;
    }
    .ribbonbox{
        position:relative;
    }
    article img.ribbon{
        position:absolute;
        top:-6px;
        right:-6px;
        width:50%;
        border:0;
        padding:0;
        background-color:transparent;
        float:none;
    }
	    .viertel{
        width:100%;
        float:left;
        margin:right;
    }
    .viertel:last-child{
        margin-right:0;
    }
    footer li{
        margin-top:1px;
        margin-right:10px;
        margin-bottom:1px;
        margin-left:10px;
    }
    #back-top {
        top:80%;
        left:80%;
    }
}
/* Ende Breakpoint ab 880px */


@media screen and  (max-width:680px){	
    header{
        text-align:left;
        background-color:rgba(0,0,0,0.0);
        color:#f00;
    }	
    header span{
        display:inline;
    }
    header .innerbox{
        padding:0;
        margin:0;
        display: none;
    }
    nav {
        list-style-type:none;
        margin-top:15px;
    }
    nav ul {
        overflow:hidden;
        padding:0 !important;
        margin:0 
    }		
    nav ul li{
        width:49%;
        text-align:left;
        float:left;
        background-color:#ccc;
        background:rgba(74,73,70,0.7);
        border:1px solid #fff;
    }	
    nav ul li:nth-child(2n){
        margin:0 0 2% 0;
    }
    #headlinebox{
        width:100%;
        position:absolute;
        /*top:60%;*/
        /*left:80%;*/
        transform:translate(-50%,-50%);
        text-align:center;
    }
    #logo{
        display:none;
    }
    #headlinebox3{
        width:100%;		
        top:60%;
        left:80%;
    }

    #headlinebox a{
        color:#fff;
        text-decoration:none;
        display:inline-block;
        margin:30px 10px;
        border-bottom:1px solid #fff;
        padding:0 6px 6px 6px;
    }
    #headerbox h2{
        display: block;
        font-family: verdana,sans-serif;
        color:rgba(255,255,255,0.95);
        font-size:1.1em;
        text-shadow: 3px 3px 3px #000;
    }
    #headerbox h2 span{
        display: block;
        font-family: verdana,sans-serif;
        font-size:1.7em;
        text-transform:uppercase;
        color:rgba(255,255,255,1);
        text-shadow: 3px 3px 3px #000;
    }
    #headerbox h2 em{
        display: block;
        font-family: verdana,sans-serif;
        font-size:1.7em;
        color:rgba(255,255,255,1);
        text-shadow: 3px 3px 3px #000;
    }
    .galerie li{
        width:32%;
    }
    .galerie li:nth-child(2n){
        margin-right:2%;
    }
    .galerie li:nth-child(3n){
        margin-right:0;
    }
    .galerie li:last-child{
        display:inherit;
    }
    article{
        width:98%;
        margin-right:2%;
		margin-top:2%;
        float:left;
    }
    article:last-child{
        margin-right:0;
    }
    article img{

        width:100%;
        float:none;
        margin-right:0;
    }
    .ribbonbox{
        position:relative;
    }
    article img.ribbon{
        position:absolute;
        top:-6px;
        right:-6px;
        width:50%;
        border:0;
        padding:0;
        background-color:transparent;
        float:none;
    }
	    .viertel{
        width:100%;
        float:left;
        margin:right;
    }
    .viertel:last-child{
        margin-right:0;
    }
    footer li{
        margin-top:1px;
        margin-right:10px;
        margin-bottom:1px;
        margin-left:10px;
    }
    #back-top {
        top:80%;
        left:80%;
    }

    /* Style The Dropdown Button */
    .dropbtn {
        background-color: #348CE6;
        color: white;
        padding: 12px;
        font-size: 16px;
        border: none;
        cursor: pointer;
        margin: 5px 5px 0px 5px;
    }

    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;
    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        /*position: absolute;*/
        background-color:#348CE6;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px background-color:#348CE6;
        z-index: 1;
    }

    /* Links inside the dropdown */
    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {background-color: #f1f1f1}

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }

    /* Change the background color of the dropdown button when the dropdown content is shown */
    .dropdown:hover .dropbtn {
        background-color: rgba(0,0,0,1);
    }
}
/* Ende Breakpoint ab 641px */





@media screen and (max-width:361px){
    header{
        text-align:left;
        background-color:rgba(0,0,0,0.0);
        color:#f00;
    }	
    header span{
        display:inline;
    }
    header .innerbox{
        padding:0;
        margin:0;
    }
    nav {
        list-style-type:none;
        margin-top:15px;
    }
    nav ul {
        overflow:hidden;
        padding:0 !important;
        margin:0 
    }		
    nav ul li{
        width:49%;
        text-align:left;
        float:left;
        background-color:#348CE6;
        background:#348CE6;
        border:1px solid #fff;
    }	
    nav ul li:nth-child(2n){
        margin:0 0 2% 0;
    }
    #headerbox h2{
        /*margin-right:90px;*/
    }
    #headerbox h2 span{
        /*margin-right:90px;*/
    }
    #headerbox h2 em{
        /*margin-right:90px;*/
    }
    #headlinebox2{
        display:none;
    }
    #headlinebox3{
        display:none;
    }
    #logo{
        display:none;
    }
    article{
        width:98%;
        margin-right:2%;
		margin-top:2%;
        float:left;
    }
    article:last-child{
        margin-right:0;
    }
    article img{
        width:100%;
        float:none;
        margin-right:0;
    }
    .ribbonbox{
        position:relative;
    }
    article img.ribbon{
        position:absolute;
        top:-9px;
        right:-9px;
        width:50%;
        border:0;
        padding:0;
        background-color:transparent;
        float:none;
    }
    .callbacks_nav {
        background: none;
    }
    .callbacks img {
        display: block;
        position: relative;
        z-index: 1;
        height: auto;
        width: 100%;
        border: 0;
    }
    .callbacks .caption {
        position: absolute;  
        right: 10px;
        bottom:10px;
        z-index: 2;
        color: #fff;
        /* Fallback für ältere Browser */
        background: #f00;
        background: rgba(255,102,0,.8);
        padding: 2.5px 5px;
        margin: 0;
    }
    .row{
        overflow:hidden;
    }
    .halbe{
        width:100%;
        float:left;
    }
    .halbe:last-child{
        margin-right:0;
    }
    .viertel{
        width:100%;
        float:left;
        margin:right;
    }
    .viertel:last-child{
        margin-right:0;
    }
    .innerbox h2{
        text-align:center;
    }
    #social{
        float:left;
        margin-top:20px;
        margin-right:5%;
        margin-bottom:5px;
        margin-left:25%;
    }
    #footerliste{
        text-align:right;
        float:right;
        margin-top:30px;
        margin-right:30%;
        margin-bottom:20px;
        margin-left:0%;
    }
    #back-top {
        position:fixed;
        top:80%;
        left:75%;
        transform:translate(-50%,-50%);
        text-align:left;
    }
}/* Ende Breakpoint ab 361px */




@media screen and  (max-width:321px){
    header{
        text-align:left;
        background-color:rgba(0,0,0,0.0);
        color:#f00;
    }	
    header span{
        display:inline;
    }
    header .innerbox{
        padding:0;
        margin:0;
    }
    nav {
        list-style-type:none;
        margin-top:15px;
    }
    nav ul {
        overflow:hidden;
        padding:0 !important;
        margin:0 
    }		
    nav ul li{
        width:52%;
        text-align:left;
        float:left;
        background-color:#ccc;
        background:rgba(74,73,70,0.7);
        border:1px solid #fff;
    }	
    nav ul li:nth-child(2n){
        margin:0 0 2% 0;
    }
    .galerie{
        overflow:hidden;
    }
    .galerie li{
        width:49%;
        float:left;
        margin:0 2% 2% 0;
    }
    .galerie li:nth-child(2n){
        margin-right:0;
    }
    .galerie li:last-child{
        display:none;
    }
    .callbacks_nav {		
        background: none;
    }
    article{
        width:98%;
        margin-right:2%;
		margin-top:2%;
        float:left;
    }
    article:last-child{
        margin-right:0;
    }
    article img{
        width:100%;
        float:none;
        margin-right:0;
    }
    .ribbonbox{
        position:relative;
    }
    article img.ribbon{
        position:absolute;
        top:-7px;
        right:-6px;
        width:40%;
        border:0;
        padding:0;
        background-color:transparent;
        float:none;
    }
    .callbacks img {
        display:block;
        position:relative;
        z-index:1;
        height:auto;
        width:100%;
        border:0;
    }

    .callbacks .caption {
        position: absolute;  
        right: 10px;
        bottom:10px;
        z-index: 2;
        color: #fff;
        /* Fallback für ältere Browser */
        background: #f00;
        background: rgba(255,102,0,.8);
        padding: 2.5px 5px;
        margin: 0;
    }
    .row{
        overflow:hidden;
    }
    .halbe{
        width:100%;
        float:left;
    }
    .halbe:last-child{
        margin-right:0;
    }
    .viertel{
        width:100%;
        float:left;
        margin:right;
    }
    .viertel:last-child{
        margin-right:0;
    }
    .innerbox h2{
        text-align:center;
    }
    #social{
        float:left;
        margin-top:20px;
        margin-right:5%;
        margin-bottom:5px;
        margin-left:25%;
    }
    #footerliste{
        text-align:right;
        float:right;
        margin-top:30px;
        margin-right:25%;
        margin-bottom:20px;
        margin-left:4%;
    }
}
/* Ende Breakpoint ab 321px */