/*********************************************************************************************************/
/************************************************FONT*****************************************************/
/*********************************************************************************************************/

/* pt-sans-narrow-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/pt-sans-narrow-v18-latin-regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/pt-sans-narrow-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/pt-sans-narrow-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/pt-sans-narrow-v18-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/pt-sans-narrow-v18-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/pt-sans-narrow-v18-latin-regular.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
  }
  /* pt-sans-narrow-700 - latin */
  @font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'PT Sans Narrow';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/pt-sans-narrow-v18-latin-700.eot'); /* IE9 Compat Modes */
    src: url('../fonts/pt-sans-narrow-v18-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/pt-sans-narrow-v18-latin-700.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
         url('../fonts/pt-sans-narrow-v18-latin-700.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */
         url('../fonts/pt-sans-narrow-v18-latin-700.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
         url('../fonts/pt-sans-narrow-v18-latin-700.svg#PTSansNarrow') format('svg'); /* Legacy iOS */
  }

/*********************************************************************************************************/
/************************************************LANDSCAPE************************************************/
/*********************************************************************************************************/

/************************************************LANDSCAPE MAIN************************************************/

@media screen and (orientation:landscape) {

    /************************Main************************/

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
    }

    .shadow {
        -webkit-box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.25);
        box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.25);
        z-index: 1;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    /************************Text************************/

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #2e2d2c;
    }

    h2,
    h3,
    h4,
    h5 {
        margin-bottom: 2%;
    }

    p {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #2e2d2c;
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    a {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-decoration: none;
        color: #f6f6f6;
    }

    /************************Body************************/

    body {
        background-color: #242424;
    }

    .wrapper {
        width: 100%;
        background-color: #2e2d2c;
    }

    /************************Header************************/

    header {
        z-index: 2;
        position: fixed;
        width: 100%;
        height: 3rem;
        background-color: #2e2d2c;
    }

    .logo {
        width: 12%;
        margin-left: 44%;
        margin-top: 1.5%;
    }
    
    #menue-btn{
        display: none;
    }
    
    #menue-btn img{
        display: none;
    }

    /************************Headimg************************/

    .headimg {
        z-index: -1;
        width: 100%;
        min-height: 16rem;
        overflow: hidden;
    }

    .headimg img {
        width: 100%;
    }

    /************************Grand Nav************************/

    #grand-nav {
        width: 96%;
        margin: 2%;
    }

    .categories {
        width: 64%;
        min-height: 6rem;
        display: inline-block;
    }

    .categories img {
        height: 8rem;
        margin-right: 4%;
    }

    .phone {
        width: 36%;
        height: 8rem;
        background-color: #2e2d2c;
        border: 3px solid #f6f6f6;
        margin-bottom: 2%;
        padding-top: 1.6%;
        float: right;
        text-align: center;
    }

    .phone h3 {
        font-size: 2rem;
        color: #f6f6f6;
    }

    .phone a {
        color: #f6f6f6;
    }

    .phone a:hover {
        color: #a11c3d;
    }

    /************************Content************************/

    .main {
        width: 96%;
        min-height: 24rem;
        margin-top: 2%;
        margin-left: 2%;
    }

    .title {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: 2%;
    }

    /************************Card-100************************/

    .card-100 {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: 2%;
    }

    .card-100-one {
        width: 49%;
        min-height: 3rem;
        display: inline-block;
    }

    .card-100-two {
        width: 49%;
        min-height: 3rem;
        float: right;
    }

    .card-100 img {
        width: 100%;
    }

    .card-100 video {
        width: 100%;
    }

    .card-100 .coop{
        width: 100%;
        display: inline-block;
    }

    .card-100 .coop-logo{
        width: 15%;
        margin-right: 4rem;
        margin-bottom: 2rem;
    }

    /************************Card-50************************/

    .card-50 {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        display: inline-block;
    }

    .card-50-one {
        width: 49%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
    }

    .card-50-two {
        width: 49%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        float: right;
    }

    .card-50 img {
        width: 100%;
    }

    .card-50 video {
        width: 100%;
    }

    /************************Card-33************************/

    .card-33 {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        display: inline-block;
    }

    .card-33-one {
        width: 32%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        float: left;
    }

    .card-33-three {
        width: 32%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        float: right;
    }

    .card-33-two {
        width: 32%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        margin: 0 auto;
    }

    .card-33 img {
        width: 100%;
    }

    .card-33 video {
        width: 100%;
    }

    /************************Trenner************************/

    .trenner {
        width: 100%;
        min-height: 14rem;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .trenner img {
        width: 100%;
    }

    /************************Footer************************/

    footer {
        width: 100%;
        min-height: 4rem;
        background-color: #242424;
    }
    
    .copy{
        color: #f6f6f6;
        text-align: center;
        font-size: 0.8rem;
    }

    /************************Navigation************************/

    .navigation {
        width: 96%;
        height: 2rem;
        margin-left: 2%;
        border-bottom: 1px solid #f6f6f6;
        display: inline-block;
    }

    .navigation ul {
        width: 19.5%;
        height: 2rem;
        padding-top: 0.5%;
        display: inline-block;
        text-align: center;
    }

    .navigation ul a {
        width: 100%;
        padding: 0.25rem;
    }

    .navigation ul a:hover {
        color: #2e2d2c;
        background-color: #f6f6f6;
    }

    /************************Kontakt, Impressum und Datenschutz************************/
    
    .contact{
        color: #2e2d2c;
    }
    
    .further a {
        color: #2e2d2c;
    }

    .further p {
        margin-bottom: 2%;
    }

}

/************************************************LANDSCAPE SMALL************************************************/

@media screen and (orientation:landscape) and (max-width:1024px) {

    /************************Main************************/

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
    }

    .shadow {
        -webkit-box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.25);
        box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.25);
        z-index: 1;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    /************************Text************************/

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #2e2d2c;
    }

    h2,
    h3,
    h4,
    h5 {
        margin-bottom: 2%;
    }

    p {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #2e2d2c;
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    a {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-decoration: none;
        color: #f6f6f6;
    }

    /************************Body************************/

    body {
        background-color: #242424;
    }

    .wrapper {
        width: 100%;
        background-color: #2e2d2c;
    }

    /************************Header************************/

    header {
        z-index: 2;
        position: fixed;
        width: 100%;
        height: 3rem;
        background-color: #2e2d2c;
    }

    .logo {
        width: 20%;
        margin-left: 40%;
        margin-top: 1.5%;
    }
    
    #menue-btn{
        display: none;
    }
    
    #menue-btn img{
        display: none;
    }

    /************************Headimg************************/

    .headimg {
        z-index: -1;
        width: 100%;
        min-height: 16rem;
        overflow: hidden;
    }

    .headimg img {
        width: 100%;
    }

    /************************Grand Nav************************/

    #grand-nav {
        width: 96%;
        margin: 2%;
    }

    .categories {
        width: 60%;
        min-height: 6rem;
        display: inline-block;
    }

    .categories img {
        height: 6rem;
        margin-right: 2%;
    }

    .phone {
        width: 40%;
        height: 6rem;
        background-color: #2e2d2c;
        border: 3px solid #f6f6f6;
        margin-bottom: 2%;
        padding-top: 0.8%;
        float: right;
        text-align: center;
    }

    .phone h3 {
        font-size: 2rem;
        color: #f6f6f6;
    }

    .phone a {
        color: #f6f6f6;
    }

    .phone a:hover {
        color: #a11c3d;
    }

    /************************Content************************/

    .main {
        width: 96%;
        min-height: 24rem;
        margin-top: 2%;
        margin-left: 2%;
    }

    .title {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: 2%;
    }

    /************************Card-100************************/

    .card-100 {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: 2%;
    }

    .card-100-one {
        width: 49%;
        min-height: 3rem;
        display: inline-block;
    }

    .card-100-two {
        width: 49%;
        min-height: 3rem;
        float: right;
    }

    .card-100 img {
        width: 100%;
    }

    .card-100 video {
        width: 100%;
    }

    .card-100 .coop{
        width: 100%;
        display: inline-block;
    }

    .card-100 .coop-logo{
        width: 15%;
        margin-right: 4rem;
        margin-bottom: 2rem;
    }

    /************************Card-50************************/

    .card-50 {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        display: inline-block;
    }

    .card-50-one {
        width: 49%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
    }

    .card-50-two {
        width: 49%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        float: right;
    }

    .card-50 img {
        width: 100%;
    }

    .card-50 video {
        width: 100%;
    }

    /************************Card-33************************/

    .card-33 {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        display: inline-block;
    }

    .card-33-one {
        width: 32%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        float: left;
    }

    .card-33-three {
        width: 32%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        float: right;
    }

    .card-33-two {
        width: 32%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        margin: 0 auto;
    }

    .card-33 img {
        width: 100%;
    }

    .card-33 video {
        width: 100%;
    }

    /************************Trenner************************/

    .trenner {
        width: 100%;
        min-height: 14rem;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .trenner img {
        width: 100%;
    }

    /************************Footer************************/

    footer {
        width: 100%;
        min-height: 4rem;
        background-color: #242424;
    }
    
    .copy{
        color: #f6f6f6;
        text-align: center;
        font-size: 0.8rem;
    }

    /************************Navigation************************/

    .navigation {
        width: 96%;
        height: 2rem;
        margin-left: 2%;
        border-bottom: 1px solid #f6f6f6;
        display: inline-block;
    }

    .navigation ul {
        width: 19.5%;
        height: 2rem;
        padding-top: 0.5%;
        display: inline-block;
        text-align: center;
    }

    .navigation ul a {
        width: 100%;
        padding: 0.25rem;
    }

    .navigation ul a:hover {
        color: #2e2d2c;
        background-color: #f6f6f6;
    }

    /************************Kontakt, Impressum und Datenschutz************************/
    
    .contact{
        color: #2e2d2c;
    }

    .further a {
        color: #2e2d2c;
    }

    .further p {
        margin-bottom: 2%;
    }

}

/************************************************LANDSCAPE GRAND************************************************/

@media screen and (orientation:landscape) and (min-width:1366px) {

    /************************Main************************/

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
    }

    .shadow {
        -webkit-box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.25);
        box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.25);
        z-index: 1;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    /************************Text************************/

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #2e2d2c;
    }

    h2,
    h3,
    h4,
    h5 {
        margin-bottom: 2%;
    }

    p {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #2e2d2c;
        font-size: 1.2rem;
        line-height: 1.7rem;
    }

    a {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-decoration: none;
        color: #f6f6f6;
    }

    /************************Body************************/

    body {
        background-color: #242424;
    }

    .wrapper {
        width: 100%;
        background-color: #2e2d2c;
    }

    /************************Header************************/

    header {
        z-index: 2;
        position: fixed;
        width: 100%;
        height: 4rem;
        background-color: #2e2d2c;
    }

    .logo {
        width: 16%;
        margin-left: 42%;
        margin-top: 1%;
    }
    
    #menue-btn{
        display: none;
    }
    
    #menue-btn img{
        display: none;
    }

    /************************Headimg************************/

    .headimg {
        z-index: -1;
        width: 100%;
        min-height: 16rem;
        overflow: hidden;
    }

    .headimg img {
        width: 100%;
    }

    /************************Grand Nav************************/

    #grand-nav {
        width: 96%;
        margin: 2%;
    }

    .categories {
        width: 70%;
        min-height: 6rem;
        display: inline-block;
    }

    .categories img {
        height: 8rem;
        margin-right: 2%;
    }

    .phone {
        width: 30%;
        height: 8rem;
        background-color: #2e2d2c;
        border: 3px solid #f6f6f6;
        margin-bottom: 2%;
        padding-top: 1%;
        float: right;
        text-align: center;
    }

    .phone h3 {
        font-size: 2rem;
        color: #f6f6f6;
    }

    .phone a {
        color: #f6f6f6;
    }

    .phone a:hover {
        color: #a11c3d;
    }

    /************************Content************************/

    .main {
        width: 96%;
        min-height: 24rem;
        margin-top: 2%;
        margin-left: 2%;
    }

    .title {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: 2%;
    }

    /************************Card-100************************/

    .card-100 {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: 2%;
    }

    .card-100-one {
        width: 49%;
        min-height: 3rem;
        display: inline-block;
    }

    .card-100-two {
        width: 49%;
        min-height: 3rem;
        float: right;
    }

    .card-100 img {
        width: 100%;
    }

    .card-100 video {
        width: 100%;
    }

    .card-100 .coop{
        width: 100%;
        display: inline-block;
    }

    .card-100 .coop-logo{
        width: 15%;
        margin-right: 4rem;
        margin-bottom: 2rem;
    }

    /************************Card-50************************/

    .card-50 {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        display: inline-block;
    }

    .card-50-one {
        width: 49%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
    }

    .card-50-two {
        width: 49%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        float: right;
    }

    .card-50 img {
        width: 100%;
    }

    .card-50 video {
        width: 100%;
    }

    /************************Card-33************************/

    .card-33 {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        display: inline-block;
    }

    .card-33-one {
        width: 32%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        float: left;
    }

    .card-33-three {
        width: 32%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        float: right;
    }

    .card-33-two {
        width: 32%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        margin: 0 auto;
    }

    .card-33 img {
        width: 100%;
    }

    .card-33 video {
        width: 100%;
    }

    /************************Trenner************************/

    .trenner {
        width: 100%;
        min-height: 14rem;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .trenner img {
        width: 100%;
    }

    /************************Footer************************/

    footer {
        width: 100%;
        min-height: 4rem;
        background-color: #242424;
    }
    
    .copy{
        color: #f6f6f6;
        text-align: center;
        font-size: 0.8rem;
    }

    /************************Navigation************************/

    .navigation {
        width: 96%;
        height: 2rem;
        margin-left: 2%;
        border-bottom: 1px solid #f6f6f6;
        display: inline-block;
    }

    .navigation ul {
        width: 19.5%;
        height: 2rem;
        padding-top: 0.5%;
        display: inline-block;
        text-align: center;
    }

    .navigation ul a {
        width: 100%;
        padding: 0.25rem;
    }

    .navigation ul a:hover {
        color: #2e2d2c;
        background-color: #f6f6f6;
    }

    /************************Kontakt, Impressum und Datenschutz************************/
    
    .contact{
        color: #2e2d2c;
    }

    .further a {
        color: #2e2d2c;
    }

    .further p {
        margin-bottom: 2%;
    }

}

/************************************************LANDSCAPE SUPERGRAND************************************************/

@media screen and (orientation:landscape) and (min-width:2000px) {

    /************************Main************************/

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
    }

    .shadow {
        -webkit-box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.25);
        box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.25);
        z-index: 1;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    /************************Text************************/

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #2e2d2c;
    }

    h2,
    h3,
    h4,
    h5 {
        margin-bottom: 2%;
    }
    
    h1{
        font-size: 4rem;
    }
    
    h2, h3, h4, h5{
        font-size: 2.6rem;
    }
    
    p {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #2e2d2c;
        font-size: 2.0rem;
        line-height: 2.5rem;
    }

    a {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-decoration: none;
        color: #f6f6f6;
        font-size: 2.0rem;
    }

    /************************Body************************/

    body {
        background-color: #242424;
    }

    .wrapper {
        width: 100%;
        background-color: #2e2d2c;
    }

    /************************Header************************/

    header {
        z-index: 2;
        position: fixed;
        width: 100%;
        height: 6rem;
        background-color: #2e2d2c;
    }

    .logo {
        width: 12%;
        margin-left: 44%;
    }
    
    #menue-btn{
        display: none;
    }
    
    #menue-btn img{
        display: none;
    }

    /************************Headimg************************/

    .headimg {
        z-index: -1;
        width: 100%;
        min-height: 30rem;
        overflow: hidden;
    }

    .headimg img {
        width: 100%;
    }

    /************************Grand Nav************************/

    #grand-nav {
        width: 96%;
        margin: 2%;
    }

    .categories {
        width: 70%;
        min-height: 16rem;
        display: inline-block;
    }

    .categories img {
        height: 16rem;
        margin-right: 2%;
    }

    .phone {
        width: 30%;
        height: 16rem;
        background-color: #2e2d2c;
        border: 3px solid #f6f6f6;
        margin-bottom: 2%;
        padding-top: 1.25%;
        float: right;
        text-align: center;
    }

    .phone h3 {
        font-size: 4rem;
        color: #f6f6f6;
    }

    .phone a {
        color: #f6f6f6;
        font-size: 4rem;
    }

    .phone a:hover {
        color: #a11c3d;
    }

    /************************Content************************/

    .main {
        width: 96%;
        min-height: 24rem;
        margin-top: 2%;
        margin-left: 2%;
    }

    .title {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: 2%;
    }

    /************************Card-100************************/

    .card-100 {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: 2%;
    }

    .card-100-one {
        width: 49%;
        min-height: 3rem;
        display: inline-block;
    }

    .card-100-two {
        width: 49%;
        min-height: 3rem;
        float: right;
    }

    .card-100 img {
        width: 100%;
    }

    .card-100 video {
        width: 100%;
    }

    .card-100 .coop{
        width: 100%;
        display: inline-block;
    }

    .card-100 .coop-logo{
        width: 15%;
        margin-right: 4rem;
        margin-bottom: 2rem;
    }

    /************************Card-50************************/

    .card-50 {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        display: inline-block;
    }

    .card-50-one {
        width: 49%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
    }

    .card-50-two {
        width: 49%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        float: right;
    }

    .card-50 img {
        width: 100%;
    }

    .card-50 video {
        width: 100%;
    }

    /************************Card-33************************/

    .card-33 {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        display: inline-block;
    }

    .card-33-one {
        width: 32%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        float: left;
    }

    .card-33-three {
        width: 32%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        float: right;
    }

    .card-33-two {
        width: 32%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        margin: 0 auto;
    }

    .card-33 img {
        width: 100%;
    }

    .card-33 video {
        width: 100%;
    }

    /************************Trenner************************/

    .trenner {
        width: 100%;
        min-height: 30rem;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .trenner img {
        width: 100%;
    }

    /************************Footer************************/

    footer {
        width: 100%;
        min-height: 4rem;
        background-color: #242424;
    }
    
    .copy{
        color: #f6f6f6;
        text-align: center;
        font-size: 1.4rem;
    }

    /************************Navigation************************/

    .navigation {
        width: 96%;
        height: 4rem;
        margin-left: 2%;
        border-bottom: 1px solid #f6f6f6;
        display: inline-block;
    }

    .navigation ul {
        width: 19.5%;
        height: 2rem;
        padding-top: 0.5%;
        display: inline-block;
        text-align: center;
    }

    .navigation ul a {
        width: 100%;
        padding: 0.25rem;
    }

    .navigation ul a:hover {
        color: #2e2d2c;
        background-color: #f6f6f6;
    }

    /************************Kontakt, Impressum und Datenschutz************************/
    
    .contact{
        color: #2e2d2c;
    }

    .further a {
        color: #2e2d2c;
    }

    .further p {
        margin-bottom: 2%;
    }

}

/********************************************************************************************************/
/************************************************PORTRAIT************************************************/
/********************************************************************************************************/

/************************************************PORTRAIT MAIN************************************************/

@media screen and (orientation:portrait) {

    /************************Main************************/

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
    }

    .shadow {
        -webkit-box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.25);
        box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.25);
        z-index: 1;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    /************************Text************************/

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #2e2d2c;
    }

    h2,
    h3,
    h4,
    h5 {
        margin-bottom: 2%;
    }
    
    h2{
        font-size: 1.8rem;
    }
    
    h3, h4, h5{
        font-size: 1.6rem;
    }

    p {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #2e2d2c;
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    a {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-decoration: none;
        color: #f6f6f6;
    }

    /************************Body************************/

    body {
        width: 100%;
        background-color: #242424;
    }

    .wrapper {
        width: 100%;
        background-color: #2e2d2c;
    }

    /************************Header************************/

    header {
        z-index: 2;
        width: 100%;
        height: 4rem;
        background-color: #2e2d2c;
    }

    .logo {
        width: 60%;
        margin-left: 4%;
        margin-top: 5%;
    }
    
    #menue-btn{
        width: 15%;
        height: 4rem;
        float: right;
    }
    
    #menue-btn img{
        width: 100%;
        padding: 25%;
    }

    /************************Headimg************************/

    .headimg {
        z-index: -1;
        width: 100%;
        min-height: 8rem;
        overflow: hidden;
    }

    .headimg img {
        width: 100%;
    }

    /************************Grand Nav************************/

    #grand-nav {
        width: 96%;
        margin: 2%;
        display: none;
    }

    .categories {
        width: 100%;
        min-height: 6rem;
        display: inline-block;
    }

    .categories img {
        width: 49.2%;
    }

    .phone {
        width: 100%;
        min-height: 6rem;
        background-color: #2e2d2c;
        border: 3px solid #f6f6f6;
        margin-bottom: 2%;
        padding-top: 1.6%;
        padding-left: 2%;
        float: right;
        text-align: left;
    }

    .phone h3 {
        font-size: 2rem;
        color: #f6f6f6;
    }

    .phone a {
        color: #f6f6f6;
    }

    .phone a:hover {
        color: #a11c3d;
    }

    /************************Content************************/

    .main {
        width: 96%;
        min-height: 24rem;
        margin-top: 2%;
        margin-left: 2%;
    }

    .title {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: 2%;
    }

    /************************Card-100************************/

    .card-100 {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: 2%;
    }

    .card-100-one {
        width: 100%;
        min-height: 3rem;
        display: inline-block;
    }

    .card-100-two {
        width: 100%;
        min-height: 3rem;
        float: right;
    }

    .card-100 img {
        width: 100%;
    }

    .card-100 video {
        width: 100%;
        margin-top: 2%;
    }

    .card-100 .coop{
        width: 100%;
        display: inline-block;
    }

    .card-100 .coop-logo{
        width: 90%;
        margin-left: 5%;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    /************************Card-50************************/

    .card-50 {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        display: inline-block;
    }

    .card-50-one {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
    }

    .card-50-two {
        width: 100%;
        min-height: 3rem;
        margin-top: 2%;
        padding: 2%;
        background-color: #f6f6f6;
        float: right;
    }

    .card-50 img {
        width: 100%;
    }

    .card-50 video {
        width: 100%;
    }

    /************************Card-33************************/

    .card-33 {
        width: 100%;
        min-height: 3rem;
        display: inline-block;
    }

    .card-33-one {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
    }

    .card-33-three {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        padding: 2%;
        background-color: #f6f6f6;
        float: right;
    }

    .card-33-two {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
    }

    .card-33 img {
        width: 100%;
    }

    .card-33 video {
        width: 100%;
    }

    /************************Trenner************************/

    .trenner {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .trenner img {
        width: 100%;
    }

    /************************Footer************************/

    footer {
        width: 100%;
        min-height: 9rem;
        background-color: #242424;
        padding-top: 2%;
    }
    
    .copy{
        color: #f6f6f6;
        text-align: left;
        font-size: 1.0rem;
        margin-left: 4%;
    }

    /************************Navigation************************/

    .navigation {
        width: 96%;
        min-height: 3rem;
        margin-left: 2%;
        margin-bottom: 2%;
        border-bottom: 1px solid #f6f6f6;
        display: inline-block;
    }

    .navigation ul {
        width: 100%;
        height: 3rem;
        padding-top: 0.5%;
        display: inline-block;
        text-align: left;
    }

    .navigation ul a {
        font-size: 1.4rem;
        width: 100%;
        padding: 0.5rem;
    }

    .navigation ul a:hover {
        color: #2e2d2c;
        background-color: #f6f6f6;
    }

    /************************Kontakt, Impressum und Datenschutz************************/
    
    .contact{
        color: #2e2d2c;
    }

    .further a {
        color: #2e2d2c;
    }

    .further p {
        margin-bottom: 2%;
    }

}

/************************************************PORTRAIT IPAD************************************************/

@media screen and (orientation:portrait) and (min-width:768px) {

    /************************Main************************/

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
    }

    .shadow {
        -webkit-box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.25);
        box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.25);
        z-index: 1;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    /************************Text************************/

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #2e2d2c;
    }

    h2,
    h3,
    h4,
    h5 {
        margin-bottom: 2%;
    }
    
    h2{
        font-size: 1.8rem;
    }
    
    h3, h4, h5{
        font-size: 1.6rem;
    }

    p {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #2e2d2c;
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    a {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-decoration: none;
        color: #f6f6f6;
    }

    /************************Body************************/

    body {
        width: 100%;
        background-color: #242424;
    }

    .wrapper {
        width: 100%;
        background-color: #2e2d2c;
    }

    /************************Header************************/

    header {
        z-index: 2;
        width: 100%;
        height: 4rem;
        background-color: #2e2d2c;
    }

    .logo {
        width: 40%;
        margin-left: 4%;
        margin-top: 2.5%;
    }
    
    #menue-btn{
        width: 8%;
        height: 4rem;
        float: right;
    }
    
    #menue-btn img{
        width: 100%;
        padding: 25%;
    }

    /************************Headimg************************/

    .headimg {
        z-index: -1;
        width: 100%;
        min-height: 16rem;
        overflow: hidden;
    }

    .headimg img {
        width: 100%;
    }

    /************************Grand Nav************************/

    #grand-nav {
        width: 96%;
        margin: 2%;
        display: none;
    }

    .categories {
        width: 100%;
        min-height: 6rem;
        display: inline-block;
    }

    .categories img {
        width: 24.5%;
    }

    .phone {
        width: 100%;
        min-height: 6rem;
        background-color: #2e2d2c;
        border: 3px solid #f6f6f6;
        margin-bottom: 2%;
        padding-top: 1.6%;
        padding-left: 2%;
        float: right;
        text-align: left;
    }

    .phone h3 {
        font-size: 2rem;
        color: #f6f6f6;
    }

    .phone a {
        color: #f6f6f6;
    }

    .phone a:hover {
        color: #a11c3d;
    }

    /************************Content************************/

    .main {
        width: 96%;
        min-height: 24rem;
        margin-top: 2%;
        margin-left: 2%;
    }

    .title {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: 2%;
    }

    /************************Card-100************************/

    .card-100 {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: 2%;
    }

    .card-100-one {
        width: 100%;
        min-height: 3rem;
        display: inline-block;
    }

    .card-100-two {
        width: 100%;
        min-height: 3rem;
        float: right;
    }

    .card-100 img {
        width: 100%;
    }

    .card-100 video {
        width: 100%;
        margin-top: 2%;
    }

    .card-100 .coop{
        width: 100%;
        display: inline-block;
    }

    .card-100 .coop-logo{
        width: 28%;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    /************************Card-50************************/

    .card-50 {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        display: inline-block;
    }

    .card-50-one {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
    }

    .card-50-two {
        width: 100%;
        min-height: 3rem;
        margin-top: 2%;
        padding: 2%;
        background-color: #f6f6f6;
        float: right;
    }

    .card-50 img {
        width: 100%;
    }

    .card-50 video {
        width: 100%;
    }

    /************************Card-33************************/

    .card-33 {
        width: 100%;
        min-height: 3rem;
        display: inline-block;
    }

    .card-33-one {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
    }

    .card-33-three {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        padding: 2%;
        background-color: #f6f6f6;
        float: right;
    }

    .card-33-two {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
    }

    .card-33 img {
        width: 100%;
    }

    .card-33 video {
        width: 100%;
    }

    /************************Trenner************************/

    .trenner {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .trenner img {
        width: 100%;
    }

    /************************Footer************************/

    footer {
        width: 100%;
        min-height: 9rem;
        background-color: #242424;
        padding-top: 2%;
    }
    
    .copy{
        color: #f6f6f6;
        text-align: left;
        font-size: 1.0rem;
        margin-left: 3%;
    }

    /************************Navigation************************/

    .navigation {
        width: 96%;
        min-height: 3rem;
        margin-left: 2%;
        margin-bottom: 2%;
        border-bottom: 1px solid #f6f6f6;
        display: inline-block;
    }

    .navigation ul {
        width: 100%;
        height: 3rem;
        padding-top: 0.5%;
        display: inline-block;
        text-align: left;
    }

    .navigation ul a {
        font-size: 1.4rem;
        width: 100%;
        padding: 0.5rem;
    }

    .navigation ul a:hover {
        color: #2e2d2c;
        background-color: #f6f6f6;
    }

    /************************Kontakt, Impressum und Datenschutz************************/
    
    .contact{
        color: #2e2d2c;
    }

    .further a {
        color: #2e2d2c;
    }

    .further p {
        margin-bottom: 2%;
    }

}

/************************************************PORTRAIT IPAD PRO************************************************/

@media screen and (orientation:portrait) and (min-width:1024px) {

    /************************Main************************/

    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        text-decoration: none;
    }

    .shadow {
        -webkit-box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.25);
        box-shadow: 0.5px 0.5px 1px 0.5px rgba(0, 0, 0, 0.25);
        z-index: 1;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    /************************Text************************/

    h1,
    h2,
    h3,
    h4,
    h5 {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-style: normal;
        color: #2e2d2c;
    }

    h2,
    h3,
    h4,
    h5 {
        margin-bottom: 2%;
    }
    
    h2{
        font-size: 1.8rem;
    }
    
    h3, h4, h5{
        font-size: 1.6rem;
    }

    p {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 400;
        font-style: normal;
        color: #2e2d2c;
        font-size: 1.4rem;
        line-height: 1.9rem;
    }

    a {
        font-family: 'PT Sans Narrow', sans-serif;
        font-weight: 700;
        font-style: normal;
        text-decoration: none;
        color: #f6f6f6;
    }

    /************************Body************************/

    body {
        width: 100%;
        background-color: #242424;
    }

    .wrapper {
        width: 100%;
        background-color: #2e2d2c;
    }

    /************************Header************************/

    header {
        z-index: 2;
        width: 100%;
        height: 5rem;
        background-color: #2e2d2c;
    }

    .logo {
        width: 40%;
        margin-left: 4%;
        margin-top: 2%;
    }
    
    #menue-btn{
        width: 8%;
        height: 4rem;
        float: right;
    }
    
    #menue-btn img{
        width: 100%;
        padding: 25%;
    }

    /************************Headimg************************/

    .headimg {
        z-index: -1;
        width: 100%;
        min-height: 20rem;
        overflow: hidden;
    }

    .headimg img {
        width: 100%;
    }

    /************************Grand Nav************************/

    #grand-nav {
        width: 96%;
        margin: 2%;
        display: none;
    }

    .categories {
        width: 100%;
        min-height: 6rem;
        display: inline-block;
    }

    .categories img {
        width: 24.5%;
    }

    .phone {
        width: 100%;
        min-height: 6rem;
        background-color: #2e2d2c;
        border: 3px solid #f6f6f6;
        margin-bottom: 2%;
        padding-top: 1.6%;
        padding-left: 2%;
        float: right;
        text-align: left;
    }

    .phone h3 {
        font-size: 2rem;
        color: #f6f6f6;
    }

    .phone a {
        color: #f6f6f6;
    }

    .phone a:hover {
        color: #a11c3d;
    }

    /************************Content************************/

    .main {
        width: 96%;
        min-height: 24rem;
        margin-top: 2%;
        margin-left: 2%;
    }

    .title {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: 2%;
    }

    /************************Card-100************************/

    .card-100 {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
        margin-bottom: 2%;
    }

    .card-100-one {
        width: 100%;
        min-height: 3rem;
        display: inline-block;
    }

    .card-100-two {
        width: 100%;
        min-height: 3rem;
        float: right;
    }

    .card-100 img {
        width: 100%;
    }

    .card-100 video {
        width: 100%;
        margin-top: 2%;
    }

    .card-100 .coop{
        width: 100%;
        display: inline-block;
    }

    .card-100 .coop-logo{
        width: 28%;
        margin-left: 10%;
        margin-right: 10%;
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    /************************Card-50************************/

    .card-50 {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        display: inline-block;
    }

    .card-50-one {
        width: 100%;
        min-height: 3rem;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
    }

    .card-50-two {
        width: 100%;
        min-height: 3rem;
        margin-top: 2%;
        padding: 2%;
        background-color: #f6f6f6;
        float: right;
    }

    .card-50 img {
        width: 100%;
    }

    .card-50 video {
        width: 100%;
    }

    /************************Card-33************************/

    .card-33 {
        width: 100%;
        min-height: 3rem;
        display: inline-block;
    }

    .card-33-one {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
    }

    .card-33-three {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        padding: 2%;
        background-color: #f6f6f6;
        float: right;
    }

    .card-33-two {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        padding: 2%;
        background-color: #f6f6f6;
        display: inline-block;
    }

    .card-33 img {
        width: 100%;
    }

    .card-33 video {
        width: 100%;
    }

    /************************Trenner************************/

    .trenner {
        width: 100%;
        min-height: 3rem;
        margin-bottom: 2%;
        overflow: hidden;
    }

    .trenner img {
        width: 100%;
    }

    /************************Footer************************/

    footer {
        width: 100%;
        min-height: 9rem;
        background-color: #242424;
        padding-top: 2%;
    }
    
    .copy{
        color: #f6f6f6;
        text-align: left;
        font-size: 1.0rem;
        margin-left: 3%;
    }

    /************************Navigation************************/

    .navigation {
        width: 96%;
        min-height: 3rem;
        margin-left: 2%;
        margin-bottom: 2%;
        border-bottom: 1px solid #f6f6f6;
        display: inline-block;
    }

    .navigation ul {
        width: 100%;
        height: 3rem;
        padding-top: 0.5%;
        display: inline-block;
        text-align: left;
    }

    .navigation ul a {
        font-size: 1.4rem;
        width: 100%;
        padding: 0.5rem;
    }

    .navigation ul a:hover {
        color: #2e2d2c;
        background-color: #f6f6f6;
    }

    /************************Kontakt, Impressum und Datenschutz************************/
    
    .contact{
        color: #2e2d2c;
    }

    .further a {
        color: #2e2d2c;
    }

    .further p {
        margin-bottom: 2%;
    }

}