﻿@charset "utf-8";

/* Standard */

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
}

html {
    min-height: 100%;
}



u {
    text-decoration: underline;
}

as {
    display: block;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

body {
    color: #13427f;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 1.4;
    background-color: #DBF3F9;

}

#wrapper {
    position: relative;
    max-width: 56.25rem;
    margin: 0 auto;
    padding: 1.188rem;
    /* für Hintergund
	background:url() top left no-repeat;
	background-size:100%;
	*/
    overflow: hidden;
    border-top: none;
}

#wrapper1 {
    margin: 0 auto;
}

p {
    margin: 0 0 .75rem;
}

h1 {
    font-family: Montserrat;
    font-weight: 700;
    font-size: 33px;
    line-height: 40px;
    margin-top: 0;
    letter-spacing: 0.02em;
    margin-bottom: 12px;
}

h2 {
    font-size: 1.375rem;
    line-height: 1.4;
    margin: 0 0 0;
    font-family: Montserrat;
    font-weight: 700;
}

h2 span {
    font-size: 1rem
}

h3 {
    font-size: 15px;
    line-height: 18px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-weight: 800;
    font-family: Montserrat;
}

hr {
    border-top: 1px solid #52BA5A;
}

ul {
    list-style-type: square;
    line-height: 30px;
    margin: 0 0 1.5em 0;
}

ul li {
    margin: 0;
    padding: 0;
}

ul li:before {}

ul ul {
    margin-bottom: 0;
    position: relative;
}

ul ul li {
    padding-left: 44px;
}

ul ul li:before {
    content: "";
    float: left;
    position: relative;
    border-radius: 100%;
    background: #fff;
    width: 8px;
    height: 8px;
    margin-left: -22px;
    top: 6px;
    border: 1px solid #000;
}

.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}

a {
    color: inherit;
    display: inline-block;
    text-decoration: none;
    white-space: nowrap;
}

a:hover {
    text-decoration: none;
}

  @keyframes slidy { 
    0% { 
        left: 0%;
    }
    17% {
        left: 0%;
    }
    20% { 
        left: -100%;
    }
    37% {
        left: -100%;
    }
    40% { 
        left: -200%;
    }
    57% {
        left: -200%;
    }
    60% { 
        left: -300%;
    }
    77% {
        left: -300%;
    }
    80% { 
        left: -400%;
    }
    97% {
        left: -400%;
    }
    100% {
        left: -500%;
    }
  }
  
  .slider {
    overflow: hidden;
  }
  
  .slider figure {
    position: relative;
    width: 600%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
  }
  
  figure img {
    width: 16.666666666666668%;
    float: left;
  }
    
    

header {
    position: relative;
}

header a {}

header section {
    background-position: center center;
    background-repeat: no-repeat;
    background-color: rgba(5, 50, 107, 0.75);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background-size: auto 100%;

}

nav {
    max-width: 56.25rem;
    margin: 0 auto;

}

article > p:nth-of-type(4) a {
    background-color: #fff;
    color: #d81f27;
    transition: all .15s linear;
    border: 4px solid blue;
    border-color: #13427f;
    padding: 12px 20px;
    font-family: Montserrat;
    text-decoration: underline;
}

article > p:nth-of-type(4) {
    text-align: center;
}

article > p:nth-of-type(4) a:hover {
    color: #13427f;
    text-decoration: none;
}

a {
    text-decoration: underline;
    font-weight: bold;
}

a:hover {
    color: #d81f27;
}

@media only screen and (max-width:56.187rem) {
    #wrapper {

        margin: 0 auto;
        border: 0;
        padding: 0.625rem;
    }

    a {
        font-weight: bold;
    }

    footer {
        margin: 0 -0.625rem -0.625rem;
        padding: 0 .625rem 0.625rem;
    }

    header {
        margin: 0 0 0;
        padding: 0.625rem .625rem 0;
    }

    h1 {
        font-size: 1.563em;
        margin: .625rem 0;
        line-height: 1.1;
    }

    h1 br {
        display: block;
    }

    h2 {
    }

    h3 {
    }

    p,
    ul {
        text-align: left;
        margin-bottom: 10px;
    }

    header {
        position: relative;
    }

    header a {
        max-width: 13.75rem;
    }

    header section {
        background-color: #DBF3F9;
        position: static;
        margin: 0;
        padding: 0;

    }

    nav {
        max-width: 56.25rem;
        margin: 0 auto;
        padding: 0;

    }

    article > p:nth-of-type(4) a {
        background-color: #fff;
        color: #d81f27;
        transition: all .15s linear;
        border: 4px solid blue;
        border-color: #13427f;
        padding: 12px 20px;
        font-family: Montserrat;
        text-decoration: underline;
    }

    article > p:nth-of-type(4) {
        text-align: center;
    }

    article > p:nth-of-type(4) a:hover {
        color: #13427f;
        text-decoration: none;
    }

    a {
        text-decoration: underline;
    }

    a:hover {
        color: #d81f27;
    }


}

@media only screen and (max-width:479px) {
    h1 {
        font-size: 1.5em;
    }
}
