/*!
Theme Name: EqDynamics 2021
Theme URI: http://underscores.me/
Author: Manuel Michaelis
Author URI: http://www.innsites.de
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: eq-dy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

EqDynamics 2021 is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url(css/basics.css);
@import url('https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css');
/* ===============================================
    EXTRA LINKS
=============================================== */
.extern:after{
  content: "\f0da";
  font-family: "FontAwesome";
    margin-left: 1vw;
}
.fancy-link {
  text-decoration: none;
  color: #ab2524;
  position: relative;
}

.fancy-link::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: currentColor;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  transition: -webkit-transform 250ms ease-in;
  transition: transform 250ms ease-in;
  transition: transform 250ms ease-in, -webkit-transform 250ms ease-in;
}

.fancy-link:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.hideme
{
    opacity:0.3;
}  
/* ============================================
    TYPO
================================================ */
h1{
    font-weight: 300;
    font-style: normal;
    font-size:580%;
    line-height: 110%;
    width: 100%;
}
/*
.home h1{
    font-weight: 300;
    font-style: normal;
    font-size:580%;
    width: 100%;
}
*/
h2 {
    font-size: 180%;
    line-height: 130%;
    font-weight: 400;
    white-space:nowrap;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h3 {
    font-size: 220%;
    line-height: 200%;
    font-weight: 400;
}
.home p{
    font-size: 140%;
    line-height: 140%;
    color: #777777;
    font-weight: 300;
}
p, li{
    font-size: 160%;
    /*line-height: 140%;*/
    color: #777777;
    font-weight: 300;
}
.category-blog p, .category-blog li{
    font-size: 180%;
    line-height: 140%;
    color: #777777;
    font-weight: 300;
}
b, strong {
    font-weight: 700;
}
ul li, ol li {
    margin: 0px 0;
}
a, a:visited{
    font-size: 140%;
    line-height: 140%;
    color: #ae283c;
    text-decoration: none;
}
.entry-content a{
    font-size: 100%;
}
/* ============================================
    AUSBLENDEN
================================================ */
.page-template-default .comments-area{
	display: none;
}
.page-template-page-css .entry-title{display: none;}
/* ============================================
    STRUKTUR
================================================ */
html {
	font-family: sans-serif;
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
    margin-top: 0 !important;
}
body {
	color: #404040;
	font-family: 'Roboto', -apple-system, BlinkMacSystemFont, "Segoe UI", Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
    overflow: hidden;
}
#page{
    display: flex;
    flex-direction: column;
}
#masthead{
    position: fixed;
    display: flex;
    height: 140px;
    top: 0; 
    left: 0;
    right: 0;
    padding: 1vw 2vw;
    background:  white;
    z-index: 9;
}
#primary{
    display: flex;
    flex-direction: column;
    max-width: 117rem;
    margin: 0 auto;
    padding-top: 15rem !important;
}
/*.site-main{
    display: flex;
    flex-direction: column;
    margin-top: 7rem;
}*/
#colophon{
    background: grey;
    padding-bottom: 2vw;
}
/* ============================================
    HEADER
================================================ */
.site-header{
    border-bottom: 1px solid #99bdd4;
    box-shadow: 0px 3px 16px -4px rgba(0, 0, 0, 0.53);
}
.left{
    
}
.custom-logo{
    max-width: 180px;
    height: auto;
}
.right{
    display: flex;
    flex-direction: column;
    width: 70rem;
    margin-left: auto;
}
.topline{
    display: flex;
    padding-bottom: 2.2rem;
}
.suche{
    margin-left: auto;
	visibility: hidden;
}
a.newsletter-button {
    display: flex;
    justify-content: center;
    width: 18rem;
    font-size: 120%;
    line-height: 220%;
    font-family: 'Roboto', sans-serif;
    color: #ffffff !important;
    font-weight: 400;
    font-style: normal;
    text-decoration: none !important;
    background: #ae283c;
    border-radius: 50px;
    display: none;
}
a.newsletter-button:hover {
    color: #ffffff !important;
}
.suche .search-form {
    display:flex;
    max-width: 250px;
    min-width: 145px;
}
.suche input.search-field{
    /*width: 80%;*/
    font-size: 90%;
    line-height: 200%;
    border: 1px solid #cfd0d1;
    padding-left: 7px;
    border-top-left-radius: 50px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 50px;
    color: #222222;
}
.suche .search-submit{
    border-top-left-radius: 0px;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 0px;
}
.suche input[type="submit"] {
    font-size:0;
    width:3.5rem;
    background: #ae283c url(images/search.svg) no-repeat;
    background-size: 2rem;
    background-position:center;
    border: none;
}
/* ============================================
    NAVIGATION
================================================ */
.sprung {visibility: hidden; height: 0px !important; position: absolute; margin: -100px;}
.main-navigation {
	display: block;
	width: 100%;
}
.main-navigation ul {
	display: flex;
    justify-content: space-between;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
    display: flex;
    flex-direction: column;
    background: white;
    padding-left: 1rem;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}
.main-navigation ul ul  li{
    padding: 0.5rem 0;
    border-bottom: 1px solid silver;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a,
.main-navigation li{
    font-size: 100%;
	display: block;
    font-weight: 400;
    font-style: normal;
    color: #222222;
	text-decoration: none;
    text-transform: uppercase;
}
.main-navigation a:hover{
    color: #ae283c !important;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}
.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
/* ============================================
    HOME
================================================ */
.home{
    display: flex;
    flex-direction: column;
    margin-top: 7rem;
}
.home img{
        transition: opacity 1.5s ease 0s;
        transition-property: opacity;
        transition-duration: 1.5s;
        transition-timing-function: ease;
        transition-delay: 0s;
}
}
/*  ANLIEGEN */
.anliegen{
    padding-bottom: 2vw;
}
.anliegenbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 117rem;
    margin: 0 auto;
}
.teaserbox{
    display: flex;
    flex-direction: column;
    flex-basis: 32%;
    white-space: wrap; 
    margin-bottom: 4rem;
   /* background: rgba(100,100,0,0.5);*/
}
.t-img{
    margin: 2rem 0;
    max-width: 90%;
    height: auto;
}
.teaserbutton{
    border-radius: 50px;
    border: 2px solid #777777;
    text-align: center;
    font-size: 120%;
    color: #777777;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    margin-top: auto;
    margin-right: auto;
    padding: 0.3vw 0.8vw
}
.teaserbutton:hover{
    background: rgba(255, 255, 255, 0);
}
.teaserbutton:hover,
.teaserbutton:visited{
    color: #222222;
}
/* EQ Dynamics */
.eqdyn{
   padding-bottom: 2vw 
}
.eqdynbox{
    max-width: 117rem;
    margin: 0 auto;
}
.eqdynbox img{
    margin-bottom: 4vw;
}
.eqdynbox p{
    font-size: 160%;
    column-count: 2;
    column-gap: 3%;
}
/* PHILOSOPHIE */
.video{
    display: flex;
    width: 100%;
    padding-bottom: 2vw  
}
.videobox{
    max-width: 117rem;
    margin: 0 auto;
}
.videobox .v-player{
    display: flex;
    width: 100%;
    justify-content: center;
}
/* LEISTUNGSBEREICHE */
.leistung{
   padding-bottom: 2vw 
}
.leistungsbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 117rem;
    margin: 0 auto;
}
.leistungsbox h2 {
    text-align: left;
    color: #848484;
    margin-bottom: 30px;
}
/* TEAM */
.team{
    padding-bottom: 2vw  
}
.teambox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 117rem;
    margin: 0 auto;
}
.teambox img{
    max-width: 60%;
    margin: 0 auto;
}
.team h3 {
    color: #929292;
    margin: 0;
    
}
.team .teaserbox{
    text-align: center;
}
.team .teaserbox p{
    margin-top: 0;
}
.statement{
    
}
.teamlink{
    margin-top: auto
}
/* HORNUNG */
.hornung{
    margin-bottom: 2vw  
}
.hornungbox{
    display: block;
    width: 117rem;
    margin: 0 auto;
}
.hornung-bg{
    display: block;
    width: auto;
    height: 45.2vw;
    background-repeat: no-repeat;
    background-position: center;
}
.hornunginner{}
.hornungbutton{}
/* MEDIEN */
.medien{
    margin-bottom: 2vw  
}
.medienbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 117rem;
    margin: 0 auto;
}
.medieninner{
    display: flex;
    flex-direction: column;
    flex-basis: 48%;
    white-space: wrap; 
    color: #777777;
    font-weight: 300;
    margin-bottom: 4rem;
}
.medieninner h3,
.medieninner p{
    margin: 0;
}
.medieninner .mehr{
    
}
.medieninner .mehr{
    border-radius: 50px;
    border: 2px solid #777777;
    text-align: center;
    font-size: 120%;
    color: #777777;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 700;
    margin-top: 2vw;
    margin-right: auto;
    padding: 0.3vw 0.8vw
}
.medieninner .mehr:hover{
    background: rgba(255, 255, 255, 0);
}
.medieninner .mehr:hover,
.medieninner .mehr:visited{
    color: #222222;
}
/* BLOG */
.blog{
    margin-bottom: 2vw;  
}
.blogbox{
    display: flex;
    flex-direction: column;
    max-width: 117rem;
    margin: 0 auto;
}
.blogbox .chpcs_foo_content{
    display: flex;
    flex-direction: column;
}
.blogbox .chpcs_title a{
    color: #404040 !important
}
.blogbu{
    margin-left: 10vw;
}
.blogbu p,
.blogbu a{
    font-size: 100%;
}
/* KONTAKT */
.kontakt{
    display: block;
    margin-bottom: 2vw;  
}
.kontaktbox{
    display: flex;
    flex-direction: column;
    max-width: 117rem;
    margin: 0 auto;
	display: none;
}
.kontaktbox .redline {
    background: #ae283c;
    width: 150px;
    margin: 20px auto;
    height: 5px;
	display: none;
}
.c7-top{
    text-align: center;
}   
.intro{font-size: 250%;
    margin: 0 auto;;
}
.c7-bottom{
    display: flex;
    justify-content: space-between;
}
.c7{
    flex: 3;
}
.c7-data{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.c7-data a{
    color: #777777;
    margin-bottom: 3vw;
}
.maps::before {
  content: "\f041";
  font-family: "FontAwesome";
    font-size: 170%;
    color: #ae283c;
    margin-right: 2rem;
    border: 3px solid #ae283c;
    padding: 5px 13px;
    border-radius: 3rem;
    background: white
}
.email::before {
  content: "\f0e0";
  font-family: "FontAwesome";
    font-size: 150%;
    color: #ae283c;
    margin-right: 2rem;
    border: 3px solid #ae283c;
    padding: 9px;
    border-radius: 3rem;
    background: white
}
.phone::before {
  content: "\f095";
  font-family: "FontAwesome";
    font-size: 170%;
    color: #ae283c;
    margin-right: 2rem;
    border: 3px solid #ae283c;
    padding: 5px 10px;
    border-radius: 3rem;
    background: white
}
.kontakt label,
.kontakt .small{
    font-size: 1.5rem;
    color: grey !important;
    font-weight: bold;
}
/* ============================================
    POSTS & COMMENTS
================================================ */
.entry-meta{
    font-size: 160%;
    line-height: 140%;
    color: #777777;
    font-weight: 300;
}
.entry-meta a,
.fn{
    font-size: 110%;
    line-height: 140%;
    color: #ae283c;
    font-weight: 300;
}
.single-post .post-thumbnail,
.cat-links,
.post-navigation,
.comments-title,
.says{
    display: none;
}
.comment-list{
    list-style: none;
}
.comment{
    font-size: 100%
}
.comment-meta{
    display: flex;
}
.comment-meta a{
    font-size: 70%;
    color: black;
    margin-left: 2rem;
}
.comment-meta a:before {
	content: "|";
	margin-right: 1rem;
}
.comment-content p{
    margin-top: 0;
}
.entry-footer{
    margin: 2rem 0;
}
.comment-reply-title{
    display: flex;
    flex-direction: column;
    font-size: 140%;
    margin: 0;
}
.logged-in-as{
    font-size: 120%;
}
.category-unser-vorgehen .entry-meta{
	display: none;
}
/* ============================================
    LCP CATLIST
================================================ */
.lcp_catlist{
    list-style: none;
    padding: 0;
}
.lcp_catlist li{
    position: relative;
    float: left;
    width: 100%;
    padding: 2rem 0;
}
.lcp_catlist li:nth-child(even){
    background: #e9e9e8;
}
.blogbild,
.blogbild a,
.blogbild img{
    width:20%;
    position: relative;
    float: left;
}
.lcp_title{
    position: relative;
    float: right;
    width: 70%;
    height:4rem;
    margin-bottom: 1rem;
}
 a.lcp_title, .lcp_title a:visited{
    color: #222222 !important;
}

.bloglist{
    position: relative;
    float: right;
    width: 70%;
    height:4rem;
    margin-bottom: 1rem;
}
.weiter{
    position: relative;
    float: right;
    width: 70%;
    height:4rem;
    margin-bottom: 1rem;
}
/* ============================================
    CONTACTFORM 7
================================================ */
.wpcf7-text,
.wpcf7-textarea,
.wpcf7-captchar{
    width: 80%;
    line-height: 200%;
    border-radius: 20px !important;
}
.wpcf7-captchar{
    width: 90%;
}
.c7-row{
    display: flex;
    justify-content: space-between;
    width: 90%;
}
.col-c7-8{
   flex: 5;
}
.col-c7-4{
   flex: 3;
    text-align: left;
}
.wpcf7-submit{
    color: white !important;
    font-size: 80%;
    border: 0px solid white !imortant;
    border-radius: 20px !important;
    background: #ae283c !important;
    margin-left: 2vw;
}
/* ============================================
    FUSSZEILE
================================================ */
.iconbox, .adrbox{
    display: flex;
    flex-direction: column;
    padding-top: 2vw
}
.iconbox a{
    margin:1rem  auto;
}
.adrbox{
}
.bottomline, .legalline{
    display: flex;
    justify-content: center;
    font-family: 'Roboto', sans-serif;
    color: #e2e4e8;
    font-size: 165%;
    font-weight: 300;
}
.bottomline a, .legalline a{
    font-family: 'Roboto', sans-serif;
    color: #e2e4e8;
    font-size: 100%;
    font-weight: 300;
    text-decoration: none;
}
.sep{
    padding: 0 1rem;
}
/* ============================================
    MOBILE ENDGERÄTE
================================================ */
@media (max-width:1024px){
/* +++++ HOME +++++ */
    .home{
        padding: 0 1vw;
    }
    #primary{
        margin-top: 0 !important;
    }
    
    .category-unser-vorgehen h1.entry-title{
        font-size: 5vw;
    }
/* +++++ FUSSZEILE +++++ */
    .bottomline{
        flex-direction: column;
    }
    .mobileline{
        display: flex;
        justify-content: center;
    }
    .nosep{
        display: none;
    }
}

