/* Mobile-first */

.hide-small {
    display: none;
}

@media (min-width: 56rem) {
    .hide-small {
        display: block;
    }
}

/* LOAD FONTS */

/* roboto-300 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/roboto-v20-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light'), local('Roboto-Light'),
       url('../fonts/roboto-v20-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-300italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url('../fonts/roboto-v20-latin-300italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'),
       url('../fonts/roboto-v20-latin-300italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-300italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-300italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-300italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-300italic.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v20-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('../fonts/roboto-v20-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold'), local('Roboto-Bold'),
       url('../fonts/roboto-v20-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/roboto-v20-latin-700italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
       url('../fonts/roboto-v20-latin-700italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/roboto-v20-latin-700italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/roboto-v20-latin-700italic.woff') format('woff'), /* Modern Browsers */
       url('../fonts/roboto-v20-latin-700italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/roboto-v20-latin-700italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

/*

GENERAL MARKUP

*/

/* LINKS */

a {
    color: #97bf13;
}

/* BUTTONS */

.button, button, input[type='button'], input[type='reset'], input[type='submit'] {
    background-color: #97bf13;
    border: 0.1rem solid #97bf13;
}

/* HEADER */

.header_line {
    background-color: #e10021;
    height: .2em;
}

/* TOPICONS */

.topicons {
    margin-bottom: 1em;
    margin-top: 1em;
}

.topicons i {
    color: #fff;
    background: #97bf13;
    width: 2em;
    height: 2em;
    border-radius: 50%;
    text-align: center;
    line-height: 2em;
    vertical-align: middle;
    padding: 0;
}

.topicons a:hover i {
    background: #606c76;
}

/* VIDEO */

.apo-trailer-preview {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.apo-trailer-preview:before {
    position:absolute;
    top: 15%;
    left: 9%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-size: 5em;
    color: #fff;
    opacity: .5;
/*    text-shadow: 0px 0px 5em rgba(0, 0, 0, 0.8);*/
}

.apo-trailer-preview:after {
    position:absolute;
    top: 15%;
    left: 9%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    content: "\f144";
    font-family: "Font Awesome 5 Free";
    font-size: 5em;
    color: #e10021;
    opacity: .5;
/*    text-shadow: 0px 0px 5em rgba(0, 0, 0, 0.8);*/
}

.apo-trailer-preview:hover:before {
    opacity: 1;
}

.apo-trailer-preview:hover:after {
    opacity: 1;
}

/* DETAILS */

.details h4 {
    text-align: center;
    border-bottom: .05em solid;
}

.details td,th {
    padding: 0;
    vertical-align: top;
    text-align: center;
}

.details tr:last-child td {
    border-bottom: none;
}

.notdienst {
    background-color: #e10021;
    border: 0.1rem solid #e10021;    
}
/* MONATSAKTION */

.sale {
    margin-bottom: 1em;
}

.monatsaktion {
    width: 100%;
    height: 13em;
    padding-top: 2em;
}

/* NEWSLETTER */

.newsletter h4 {
    text-align: center;
    border-bottom: .05em solid;
}

input[type='email']:focus, input[type='number']:focus, input[type='password']:focus, input[type='search']:focus, input[type='tel']:focus, input[type='text']:focus, input[type='url']:focus, textarea:focus, select:focus {
    border-color: #97bf13;
    outline: 0;
}

/* SOCIAL MEDIA */

.social-media h4 {
    text-align: center;
    border-bottom: .05em solid;
}

.social-media {
    text-align: center;
}

/* IMPRESSUM */

.footer {
    text-align: center;
}

/* ############################# */
/* Anpassungen für small devices */
/* ############################# */


@media (max-width: 56rem) {
    .topicons i {
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8em;
    }
    
    .details {
        flex-direction: column;
        text-align: center;
    }
    
    .hide-small {
        display: none!important;
    }
}

@media (max-width: 56rem) {
    .topicons i {
/*
        width: 1.8em;
        height: 1.8em;
        line-height: 1.8em;
*/
        font-size: 1.8em;
    }
    
    .details {
        flex-direction: column;
        text-align: center;
    }
    
    .hide-small {
        display: none!important;
    }
    
    .topicons h4 {
        font-size: 1.2em;
    }
}

@media (max-width: 47rem) {
    .topicons i {
/*
        width: 1.6em;
        height: 1.6em;
        line-height: 1.6em;
*/
        font-size: 1.6em;
    }
    
    .topicons {
        flex-direction: row;
    }
 
    .topicons h4{
        font-size: 1.0em;
    }
    
    .apo-trailer-preview:before {
        font-size: 4em;
    }

    .apo-trailer-preview:after {
        font-size: 4em;
    }
}

@media (max-width: 32rem) {
    h3 {
        font-size: 1.4em;
    }
    
    .topicons i{
/*
        width: 1.4em;
        height: 1.4em;
        line-height: 1.4em;
*/
        font-size: 1.2em;        
    }
    
    .topicons h4{
        font-size: 0.8em;
    }
    
    .apo-trailer-preview:before {
        font-size: 3em;
    }

    .apo-trailer-preview:after {
        font-size: 3em;
    }
    
    .footer {
        display: flex!important;
        flex-direction: column;
    }
    
    .footer-spacer {
        display: none;
    }
}

@media (max-width: 26rem) {
    .topicons {
        margin-bottom: 2em;
    }
    
    .topicons h4 {
        display:none;
    }
    
    .apo-trailer-preview:before {
        font-size: 2em;
    }

    .apo-trailer-preview:after {
        font-size: 2em;
    }
}