/* KEYFRAMES */
@keyframes falldown {
    0% { opacity: 0; margin-bottom: 55px; }
    10% { opacity: 1; margin-bottom: 40px; }
    100% { opacity: 1; margin-bottom: -70px; }
}
@keyframes TN_blendIn {
    0% { top: 25%; opacity: 0; }
    40% { opacity: 0; }
    100% { top: 15%; opacity: 1; }
}
@keyframes faqBlend {
    from { opacity: 0; margin-top: 50px; }
    to { opacity: 1; margin-top: 30px; }
}
@keyframes stretchLiner20 {
    from { width: 0 }
    to { width: 40% }
}
@keyframes popIn20 {
    from { margin-left: -20px; opacity: 0 }
    to { margin-left: 0; opacity: 1 }
}

.falldown {
    animation: falldown 1s steps(99, end) forwards;
}

.TN_blendIn {
    animation: TN_blendIn 1s steps(99, end) forwards;
}

.faqBlend {
    animation: faqBlend 0.5s steps(99, end) forwards;
}

.d_500 {
    animation-delay: 0.5s;
}
.d_800 {
    animation-delay: 0.8s;
}
.d_1000 {
    animation-delay: 1s;
}
.d_1200 {
    animation-delay: 1.2s;
}
.d_1500 {
    animation-delay: 1.5s;
}

.stretchLiner {
    animation: stretchLiner20 1s steps(99, end) forwards;
    width: 0;
}
.popIn20 {
    animation: popIn20 0.5s steps(99, end) forwards;
    margin-left: -20px;
    animation-delay: 1.5s;
    opacity: 0;
    position: absolute;
}


/* MENU */
#Menu {
    position: absolute;
    width: 100%;
    height: 8%;
    top: 0;
    left: 0;
    /* background-color: #8BB0D3; */
    z-index: 2;
    background-color: transparent;
    /* box-shadow: 2px 0px 20px black; */
    
    transition: 1s ease;
}

#Logo {
    position: relative;
    height: 100%;
}

.tablink {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.1vw;
    padding: 0px 25px 0px 25px;
    height: 100%; 
}

.tablink:hover, .active {
    /* color: #264E66; */
    font-weight: 700;
    cursor: pointer;
    color: white;
    text-shadow: 0px 0px 10px grey;
    border-top: 3px solid white;
}

#tablinks {
    height: 100%;
    position: absolute;
    top: 0;
    width: auto;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

li {
    float: left;
    height: 100%;
    padding: 0;
    margin: 0;
}

/* General Settings */

.hover {
    cursor: pointer;
}

button {
    margin: 0;
    border: 0;
    padding: 0;
    background: transparent;
}

/* Font Stylesheet */
h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    color: #4C4C4C;
    font-size: 1.4vw;
    padding: 0;
    margin: 0;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: white;
    font-size: 0.8vw;
}

h3 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #4C4C4C;
    font-size: 1vw;
    padding: 0;
    margin: 0;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: black;
    font-size: 2vw;
    padding: 0;
    margin: 0;
}

.w_300 {
    font-weight: 300;
}

.c_white {
    color: white;
}

.c_black {
    color: black;
}

/* FOOTER */
#foot {
    position: absolute;
    top: 100%;
    width: 100%;
    height: 12%;
    background-color: #8BB0D3; 
    left: 0;
    overflow: hidden;
    margin: 0;
    border: 0;
}



._f {
    padding: 0;
    margin: 0;
}

.tablink_f {
    border-top: 1px solid white;
    border-bottom: 1px solid white; 
}


/* LEISTUNGEN */

#Leistungen {
    position: absolute;
    bottom: -10px;
    left: 0;
    box-shadow: 0px -5px 20px black;
    height: 0px;
    width: 100%;
    background-color: white;
    z-index: 2;
}



#counter_cur, #counter_big, #counter_big_kun, #counter_cur_kun, #counter_cur_ref, #counter_big_ref {
    position: absolute;
    left: 2%;
    bottom: 0;
    height: auto;
    width: auto;
    display: table-cell;
    display: none;
}

#counter_tot, #counter_tot_kun, #counter_tot_ref {
    position: absolute;
    bottom: 100%;
    display: none;
}

#Sprachen_rad {
    position: absolute;
    left: 2%;
    width: 40%;
    overflow: hidden;
}

.lang {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: black;
    opacity: 0.2;
    
    transition: 0.4s linear;
    -webkit-transition: 0.4 linear;
    -moz-transition: 0.4 linear;
}

.lang_2 {
    
}

._3 {
    font-size: 3.3vh;
    opacity: 1;
}

._2 {
    font-size: 2vh;
    opacity: 0.24;
}

._4 {
    font-size: 2.7vh;
    opacity: 0.56;
}

._5 {
    font-size: 2.4vh;
    opacity: 0.45;
}

._6 {
    font-size: 2vh;
    opacity: 0.3;
}

._7 {
    font-size: 1.8vh;
    opacity: 0.21;
}

._1 {
    font-size: 1.6vh;
    opacity: 0.11
}

._8 {
    font-size: 1.5vh;
    opacity: 0.15;
}

._9 {
    font-size: 1.3vh;
    opacity: 0.11;
}

._10, ._11, ._12, ._13, ._14, ._15 {
    font-size: 1.1vh;
    opacity: 0.2;
}





.row_1, .row_2, .row_3, .row_4, .row_5, .row_6, .row_7, .row_8, .row_9, .row_10, .row_11, .row_12, .row_13, .row_14, .row_15, .row_16, .row_17, .row_18, .row_19, .row_20, .row_21, .row_22  {
    transition: 1.5s linear;
    -webkit-transition: 1.5s linear;
    -moz-transition: 1.5s linear;
}

/* LEISTUNGEN Button-Leiste */

.weiter_uH {
    max-width: 0px;
}

.weiter_H {
    width: 2px;
}

#count1, #count2, #count3, #count1_kun, #count2_kun, #count3_kun, #count4_kun, #count5_kun, #count6_kun, #count1_ref, #count2_ref, #count3_ref, #count4_ref {
    position: absolute;
    bottom: 0;
    margin-bottom: -55pt;
}

#All_Leistungen, #All_Referenzen {
    position: absolute;
    left: 50%;
    bottom: 50%;
    z-index: 1;
    display: none;
}

#Lei_Spr, #Ref_Kun {
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

#Lei_Fac, #Lei_Zus, #Ref_Ref {
    opacity: 0.5;
    
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

#Menu:hover {
    /* background-color: #8BB0D3;
    box-shadow: 2px 0px 20px black; */
}

.active_Lei {
    opacity: 1;
    margin-left: -30px;
}

.Leistungen {
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: 700;
    font-size: 2.4vw;
    letter-spacing: 3px;
}

#Fachgebiete {
    position: absolute;
    top: 10%;
    left: 2%;
    width: 40%;
    height: 90%;
    opacity: 0.7;
}

#Sprachen_text, #Fachgebiete_text, #ZusatzL_text {
    position: absolute;
    left: 50%;
    width: 45%;
    height: 80%;
    top: 10%;
    display: block;
}

#Sprachinhalt {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

#Fachgebietinhalt, #Zusatzleistungeninhalt {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

#Window {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

#FAQ {
    position: absolute;
    height: 91%;
    width: 40%;
    top: 8%;
    left: 30%;
    display: none;
    background-color: transparent;
    z-index: 2;
}

.Uns_ThumbNail {
    position: absolute;
    width: 20%;
    height: 70%;
    top: 25%;
    background-color: white;
    border-radius: 2%;
    box-shadow: 2px 2px 20px grey;
    opacity: 0;
    text-align: center;
    padding: 20px;
}

#Ute_Profil_TN {
    left: 10%;
}

#Sarah_Profil_TN {
    left: 40%;
}

#Netzwerk_Profil_TN {
    left: 70%;
}

.TN_Bild {
    position: relative;
    width: 80%;
    height: auto;
    border-radius: 50%;
}

.TN_h1 {
    color: black;
    font-weight: 400;
    padding-top: 10px;
    letter-spacing: 2px;
}

.Profil_TN_back {
    transform: rotateY(180deg);
    display: none;
    height: 100%;
}

#Ute_TN_front, #Sarah_TN_front {
    width: 100%;
    height: 50%;
    margin-top: 5%;
}

#Xing_UI, #Linked_UI, #Xing_SB, #Linked_SB {
    position: relative;
    height: 40px;
    width: auto;
    padding: 5px 0 5px 0;
}



.question {
    position: relative;
    width: 90%;
    left: 5%;
    border-top: 1px solid black;
    padding: 4px;
    margin-top: -1px;
    opacity: 0;
}

#faq1 {
    margin-top: 8%;
}



.answer {
    position: relative;
    width: 80%;
    left: 5%;
    padding: 4px;
    display: none;
}



#BG_Leistungen {
    position: absolute;
    top: -20%;
    left: 0;
    width: 100%;
    display: none;
}

#UberUns, #Home, #Philosophie {
    position: absolute;
    height: 92%;
    width: 100%;
    top: 8%;
    left: 0;
    display: none;
    z-index: 2;
}

#Arrow_up {
    
}

.Arrow_up {
    position: absolute;
    left: 4%;
    top: -20px;
    height: 15px;
    width: auto;
    opacity: 0.5;
    
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}



.Arrow_up:hover, .Arrow_down:hover {
    height: 10px;
    width: auto;
}

.Arrow_down {
    position: absolute;
    height: 15px;
    left: 4%;
    top: 90%;
    width: auto;
    transform: rotate(180deg);
    opacity: 0.5;
    
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}











.Welcome_Text {
    font-family: 'Poppins', sans-serif;
    color: white;
    font-weight: 600;
    letter-spacing: 5px;
    opacity: 0.7;
}

#BG_Home, #BG_Phil, #BG_faq, #BG_Ref {
    position: absolute;
    width: 105%;
    left: -5%;
    height: auto;
    bottom: 0;
}

#Button_home {
    margin-top: 15vh;
    padding: 10px 50px;
    position: absolute;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
    opacity: 0.9;
    right: 0;
    
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

#Button_home_hover, #Button_home_BG {
    height: 100%;
    width: 100%;
    border-radius: 50px;
    background-color: #8BB0D3;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0%;
}

#Sprachauswahl {
    position: absolute;
    left: 2%;
    width: 45%;
    height: 80%;
    top: 5%;
    opacity: 0.7;
}

.lang_var {
    text-align: justify;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2vw;
    padding-right: 30px;
    height: 3vw;
    opacity: 0.7;
}

#count_lang {
    font-weight: 300;
    position: relative;
    font-family: 'Poppins', sans-serif;
    font-size: 1.2vw;
    display: inline;
    margin-right: 0.1vw;
    margin-left: 0.1vw;
    color: #8BB0D3;
}

.underline {
    height: 1.5px;
    background: black;
}



.table_lang {
    padding-right: 30px;
    height: 3vw;
    vertical-align: middle;
    width: 10vw;
    position: relative;
}

#Text_Phil {
    width: 45%;
    position: absolute;
    left: 22%;
    top: 3%;
    height: 0;
    overflow: hidden;
}

.refs {
    position: absolute;
    left: 0%;
    width: 100%;
    top: 0;
    opacity: 0;
    z-index: 2;
    height: 100%;
    margin-left: 80px;
}

#iding_maps {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}

#Text_Phil2 {
    position: relative;
    width: 80%;
    left: 20%;
}

o {
    opacity: 0.7;
}

.contact_icon_bg {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    background: #8BB0D3;
}

.contact_icon {
    height: 20px;
    width: 20px;
    margin: 7.5px;
    position: relative;
}

h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #8BB0D3;
    font-size: 0.8vw;
    margin: 0;
}

.maps_frame {
    position: relative;
    width: 110%;
    left: -5%;
    height: 80%;
    bottom: 2.5%;
    border-radius: 10px 10px;
    overflow: hidden;
}

#Iding_mehr, #Iding_weniger, #Buchner_mehr {
    position: relative;
    width: auto;
    margin: auto;
    
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 300;
    letter-spacing: 3px;
    color: #8BB0D3;
    padding: 3px 20px;
    border: 0;
    opacity: 0.7;
    border-radius: 30px 30px 30px 30px;
    box-shadow: 1px 2px 10px 0px;
    
    background: white;
}

#Iding_mehr:hover, #Iding_weniger:hover, #Buchner_mehr:hover {
    cursor: pointer;
}





m {
    color: #8BB0D3;
    font-weight: 500;
}



.next_blue {
    position: absolute;
    z-index: 1;
    left: -100%;
    height: 40px;
    top: 0;
}





#Kundenstimmen, #Referenzen_aktiv {
    position: absolute;
    width: 100%;
    height: 44%;
    bottom: 0;
    left: 0;
    background: white;
}

#counter_Kundenstimmen, #counter_Referenzen {
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 2;
}

.ref_left {
    position: absolute;
    right: 64%;
    bottom: 15%;
    text-align: right;
    opacity: 1;
}

.ref_right {
    position: absolute;
    bottom: 15%;
    left: 40%;
    width: 55%;
    height: auto;
}

#buttons_Kundenstimmen, #buttons_Referenzen {
    position: absolute;
    bottom: 100%;
    left: 40%;
    z-index: 3;
}

#back_kun, #back_ref {
    height: 30pt;
    margin-bottom: -8pt;
    margin-left: 0pt;
    position: relative;
}

#next_kun, #next_ref {
    position: relative;
    margin-bottom: -8pt;
    height: 37pt;
    margin-left: 10pt;
}

.ref_var {
    text-align: left;
    font-family: 'Poppins', sans-serif;
    font-size: 1vw;
    font-weight: 300;
    padding-right: 30px;
    opacity: 0.7;
}

.table_ref {
    width: 10vw;
    position: relative;
    height: 2.9vw;
    text-align: left;
}

.popIn20_ref {
    animation: popIn20 0.5s steps(99, end) forwards;
    margin-left: -20px;
    animation-delay: 1.5s;
    opacity: 0;
    position: absolute;
    width: 100%;
    line-height: 1em;
}



.h1_t {
    font-size: 4vw;
    width: 2vw;
}


#table_1_ref, #table_2_ref, #table_3_ref, #table_4_ref {
    opacity: 0;
    position: absolute; top: 10%; left: 0; width: 100%; height: 90%;
    margin-left: 80px;
    z-index: 3;
}

#count_trans {
    display: inline;
    font-size: 1.2vw;
    margin-right: 0.1vw;
    margin-left: 0.1vw;
    color: #8BB0D3;
    font-weight: 300;
    line-height: 0.1em;
}

#count_land {
    display: inline;
    font-size: 1.2vw;
    margin-right: 0.1vw;
    margin-left: 0.1vw;
    font-weight: 300;
    color: #8BB0D3;
}

.table_netz {
    text-align: center;
}

.bull_netz {
    font-size: 2vw;
    color: #8BB0D3;
    padding-right: 15px;
}



.tablink.tablink_f:hover {
    font-weight: 600;
    color: white;
    text-shadow: 0 0 0 transparent;
    border-top: 1px solid white;
    cursor: default;
}

.foot_savety._f:hover {
    font-weight: 500;
    cursor: pointer;
    color: white;
    text-shadow: 0px 0px 0 grey;
    border-top: 0px solid white;
    padding-left: 10px;
}

#Impressum, #Datenschutz, #AGB {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: white;
    z-index: 4;
    display: none;
}

h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    letter-spacing: 2px;
    color: #8BB0D3;
    font-size: 4vw;
    margin: 0;
}

.blur {
    filter: blur(1px);
    -moz-filter: blur(1px);
    -webkit-filter: blur(1px);
    -o-filter: blur(1px);
}

#close_imp, #close_dat, #close_agb {
    position: absolute; top: 5%; right: 5%; height: 50px; z-index: 5;
}

.foot_con {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    font-size: 1.1vw;
    height: 100%;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    transform-origin: left bottom;
}



.foot_savety {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: white;
    font-size: 0.9vw;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
}

.Security_Inhalt {
    position: absolute;
    height: 95%;
    width: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
}



#Languages {
    position: absolute;
    right: 2%;
    top: 0%;
    z-index: 2;
    height: 8%;
}

.tablink.lang {
    font-weight: 300;
    color: white;
    opacity: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    position: relative;
    text-decoration: none;
}

.Iota {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    color: white;
    margin: 0;
    padding: 0;
    font-size: 1.1vw;
}

.tablink.lang:hover {
    cursor: pointer;
    text-decoration: underline;
    border-top: 0;
}

#footer {
    position: absolute;
    bottom: -12%;
    left: 0;
    overflow: hidden;
    height: 12%;
    background-color: #8BB0D3;
    margin: 0;
    border: 0;
    width: 100%;
    z-index: 2;
}

#ContactButton {
    background-color: #8BB0D3;
    width: 10%;
    height: 3vh;
    bottom: -0.1vh;
    z-index: 2;
    left: 5%; 
    position: absolute;
    border-radius: 10px 10px 0px 0px; 
}

