@font-face {
    font-family: liberation_sans;
    src: url('../fonts/LiberationSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: liberation_sans;
    src: url('../fonts/LiberationSans-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
  }
  
  @font-face {
    font-family: liberation_sans;
    src: url('../fonts/LiberationSans-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
  }
  
  
  @font-face {
    font-family: liberation_sans;
    src: url('../fonts/LiberationSans-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
  }

body,html{
    font-family: Arial, 'liberation_sans',sans-serif;
    font-weight:normal;
    background-color:white;
    font-size:18px;
    overflow-x: hidden;
}

@media(max-width:1000px){
    body,html{
        font-size:15px;
    }
}

*{
    color: #494948;
}

a{
    cursor:pointer;
}

[tabindex] {
    outline: none !important;
 }

h1{
    color:#e30018;
    font-weight:bold;
    font-size:50px;
    margin-bottom:30px;
    margin-top:100px;
}

strong{
    font-weight:bold;
}

p{
    margin-bottom:20px;
}

.specialfont{
    font-family: "felt-tip-roman",sans-serif;
}

.clear{
    clear:both;
}

/* Scroll top */

.back-to-top {
    background:#e30018;
    position: fixed;
    bottom:30px;
    right:30px;
    padding:1em;
    z-index:5000;
    color:white;
}

.back-to-top img{
    width:20px;
    height:20px;
}

/* Section 0 / #menu / .section0 */

.section0{
    border-bottom: 1px solid #bbb;
    -webkit-box-shadow: 0px 0 3px 1px rgba(128, 128, 128, 0.3);
    -moz-box-shadow: 0px 0 3px 1px rgba(128, 128, 128, 0.3);
    box-shadow: 0px 0 3px 1px rgba(128, 128, 128, 0.3);
}

#rtt_logo{
    float:left;
    width:70px;
    margin:15px 20px;
    position:absolute;
}

.section0 ul{
    display:block;
    float: right;
    margin-right:50px;
}

.section0 ul li {
    float: left;
}

.section0 ul li a{
    display:block;
    padding: 35px 15px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
    color: #494948;
}

#menu_toggle_out,#menu_toggle_out ul, #menu_toggle_out li{
    width:100%;
    margin:0;
    padding:0;
    display:none;
}

#menu_toggle{
    color: #494948;
}

#main_menu{
    display:block;
}

@media(max-width:768px){
    #menu_toggle_out,#menu_toggle_out ul, #menu_toggle_out li{
        display:block;
        text-align:right;
        padding-right:10px;
    }
    #main_menu{
        display:none;
    }
    #main_menu{
        display:block;
        padding:0px;
        margin:0px;
        border-top: 1px solid #bbb;
        width: 100%;
    }
    #main_menu li{
        display:block;
        text-align:center;
        width:100%;
        padding:0px;
        margin:0px;
    }
    #main_menu li a{
        padding:20px 20px 15px 20px;
        margin:0px;
    }
}

.logo_li{
    padding:0px!important;
}

.section0 ul li a:hover, .section0 ul li a:visited, .section0 ul li a:active, .section0 ul li a:focus{
    color: #e30018;
}

#menu_toggle:visited,#menu_toggle:active,#menu_toggle:focus{
    color: #494948;
}

#menu_toggle:hover{
    color: #e30018;
}

/* Section 1 / #imagefilm / .section1 */

.section1 {
    clear: both;
}

#controls{
    position:absolute;
    top:100px;right:0px;
    z-index:500;
    height:100px;
}

#controls .play_stop, #controls .on_off{
    cursor:pointer;
    width:50px;
    height:50px;
    display:block;
    margin-bottom:15px;
}

@media(max-width:768px){
    #controls{
        display:none;
    } 
}

.more{
    font-size:15px!important;
}

@media(max-width:767px){
    .section1 .small_text_header{
        font-size:30px;
    }
    .section1 .small_text {
        font-size:15px;
    }
}

/* Section 2 / #unternehmen / .section2 */

.section2{
    background-image: url('../img/backgrounds/unternehmen_background.jpg');
    background-size:auto 100%;
    background-position: bottom center;
    background-repeat:no-repeat;
    min-height:700px;
    padding-top:100px;
    padding-bottom:150px;
}

#map {
    height: 800px;
    width: auto;
    margin: 0;
    padding: 0;
    padding-right:50px;
    /*position:absolute;*/
}

.jvectormap-container {
    width: 800px;
    height: auto;
    position: relative;
    overflow: hidden;
    touch-action: none;
}

.networksvg{
    z-index:1;
    position:absolute;
    width:15%;
    height:auto;
    margin-top:30px;
    left:-8%;
}

@media(max-width:1000px){
    .section2{
        padding-top:0px;
        padding-bottom:50px;
    }
    .section2 h1{
        font-size:35px;
    }
    #map {
        height: 500px;
        padding-left:50px;
        padding-top:30px;
        padding-bottom:30px;
    }
}

@media(max-width:767px){
    .section2{
        min-height: auto;
    }
    .section2 h1{
        font-size:25px;
        margin-top:50px;
    }
    #map {
        height: 400px;
    }
    .networksvg{
        position:absolute;
        width:30%;
        height:auto;
        margin-top:0px;
        left:-15%;
        z-index:1;
    }
}

/* Section 3 / #einstiegsmoeglichkeiten / .section3 */

.centercontent{
    text-align:center;
}

h3{
    color:#e30018;
    font-weight:bold;
    font-size:50px;
    margin-bottom:30px;
    margin-top:-200px;
    text-align:center;
}

.networktogehter{
    width:400px;
    position:relative;
    margin-bottom:-80px;
    z-index:1;
    /*margin-left:-200px;*/
}

.networktogehter2 {
    width: 400px;
    position: relative;
    margin-bottom: -200px;
    z-index: 1;
    top: -57px;
}

.section3{
    min-height:500px;
    padding-top:100px;
    padding-bottom:100px;
}

.section3 h1{
    font-size:20px;
    margin-top:0px;
    padding:15px;
    line-height:140%;
    width:100%;
    background-color: #e30018;
    color:white;
    border-bottom: 5px solid #494949;
    margin-bottom:30px;
    margin-top:20px;
    position:relative;
    z-index:2;
}

.section3 h2{
    width:100%;
    color:white;
    background-color:#494949;
    margin-bottom:10px;
    padding:15px 10px 10px 10px;
}

#einstiegsmoeglichkeiten_monteure{
    min-height:500px;
    border-right: 1px solid #bbb;
}

#einstiegsmoeglichkeiten_ausbildung{
    min-height:500px;
    /*border-left: 1px solid #bbb;*/
}

.section3 .content_search{
    position:relative;
    z-index:3;
    background-color: rgb(243, 243, 243);
    padding:10px;
    margin-bottom:30px;
    border: 1px solid rgb(236, 236, 236);
}

.section3 video{
    margin-bottom:25px;
}

.section3 .content_search_white{
    cursor:pointer;
    position:relative;
    z-index:3;
    background-color: white;
    padding:10px;
    margin-bottom:30px;
    border: 1px solid rgb(236, 236, 236);
}

.section3 .pdfdownload{
    text-align:center;
}

.section3 .pdfdownload img{
    max-width:50px;
}

.section3 .pdfdownload div{
    position:relative;
    margin:0px auto;
}

.section3 .pdfdownload div .text{
    position:relative;
    margin:0px auto;
    margin-top:5px;
}

.box {
    position: relative;
    display: inline-block;
    width:100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box::after {
    content: "";
    border-radius: 5px;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    opacity: 0;
    -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.box:hover {
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25);
}

.box:hover::after {
    opacity: 1;
}

.pulse-button {
    position: relative;
    border: none;
    box-shadow: 0 0 0 0 rgba(232, 76, 61, 0.7);
    background-color: #e84c3d;
    background-image: url(YOUR-URL-IMAGE.png);
    background-size:cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  }
  .pulse-button:hover
  {
    -webkit-animation: none;-moz-animation: none;-ms-animation: none;animation: none;
  }
  @-webkit-keyframes pulse {to {box-shadow: 0 0 0 5px rgba(227, 0, 24, 0);}}
  @-moz-keyframes pulse {to {box-shadow: 0 0 0 5px rgba(227, 0, 24, 0);}}
  @-ms-keyframes pulse {to {box-shadow: 0 0 0 5px rgba(227, 0, 24, 0);}}
  @keyframes pulse {to {box-shadow: 0 0 0 5px rgba(227, 0, 24, 0);}}

.section3 .content_search ul{
    list-style-type: disc;
    font-size:14px;
}

.section3 .content_search p{
    font-size:14px;
    padding:10px 15px 10px 15px;
    margin-bottom:0px;
}

.section3 .content_search .blubmiddle{
    margin:0px auto;
    text-align:center;
    background-color: #e30018;
    color:white;
    padding:15px;
    font-weight:bold;
}

.section3 .content_search ul ul{
    list-style-type: circle;
}

.section3 ul{
    margin-left:30px;
}
.section3 ul li{
    line-height:140%;
}

.section3 .content_search table{
    font-size:14px;
}

.section3 .content_search .fa{
    width:100%;
    margin:0px auto;
    text-align:center;
    font-size:25px;
    padding-top:10px;
    padding-bottom:10px;
}

.section3 .content_search table td{ 
    padding:15px;
    border-bottom: 1px solid rgb(236, 236, 236);
}

.section3 .content_search table tr td:first-child{ 
    background-color:#ccc;
    font-weight:bold;
}

.section3 .content_search .marginadded{
    margin-top:10px;
    margin-bottom:10px;
}

.networksvg2{
    position:absolute;
    z-index:1;
    width:40%;
    height:auto;
    margin-top:-30%;
    right:-13%;
}

@media(max-width:767px){
    .networktogehter,.networktogehter2{
        display:none;
    }
}

.nobottom{
    padding-bottom:0px!important;
}

@media(max-width:1000px){
    .section3 h3{
        font-size:35px;
    }
}

@media(max-width:767px){
    .section3 h3{
        font-size:25px;

    }
}

@media(max-width:767px){
    #einstiegsmoeglichkeiten_monteure{
        border-right: 0px solid #bbb;
    }
}

/* Section 4 / #kontakt / .section4 */

.section4{
    background-color:rgb(236, 236, 236);
    padding-top:10px;
    padding-bottom:50px;
}

.section4 h1{
    text-align:center;
    margin-top:100px;
    margin-bottom:10px;
    padding-left:15px;
    padding-right:15px;
}

.section4 h4{
    text-align:center;
    margin-bottom:40px;
    font-weight:bold;
    padding-left:15px;
    padding-right:15px;
}

.section4 p{
    text-align:center;
    margin-bottom:20px;
    padding-left:15px;
    padding-right:15px;
}

.section4 .second{
    margin-bottom:10px;
}

.section4 .small{
    font-size:12px;
}

@media(max-width:1000px){
    .section4 h1{
        font-size:35px;
    }
}

@media(max-width:767px){
    .section4 h1{
        font-size:25px;
        margin-top: 0px;
    }
    .section3{
        padding-bottom:50px;
    }
    .section4{
        padding-top:100px;
    }
}

/* Footer */

#footer{
    padding-bottom:50px;
    padding-top:50px;
    background-color:#494948;
    text-align:center;
}

#footer .white{
    color:white;
}

#footer a,
#footer a:hover,
#footer a:visited,
#footer a:active{
    color:white;
    font-size:14px;
}