 /*
Theme Name: eww2020
Theme URI: https://www.effective-webwork.de
Author: KMD Medien GmbH
Author URI: https://www.kmd.de
Description: Client-Theme effective webwork
Version: 1.2
*/

 /*----------------------------------------------------------------------
build in: 03 2020/2024
by: KMD Medien GmbH – www.kmd.de
----------------------------------------------------------------------*/


/*----------------------------------------------------------------------
global structure & normalize
----------------------------------------------------------------------*/

body {
    margin: 0;
    border: 0 none;
    padding: 0;
    color: #1d1d1b;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    }

p, form, img, legend, ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, figure {
    margin: 0;
    border: 0 none;
    padding: 0;
    }
 
input, textarea, button, select {
    margin: 0;
    font: inherit;
    text-transform: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    }

textarea {
    overflow: auto;
    }

a {
    color: #dc141d;
    }

a:hover, a:focus {
    color: #34528B;
    outline-width: 0;
    text-decoration: none;
    }
    
a:active {
    color: #5DB459;
    outline-width: 0;
    }

strong {
    font-weight: 700;
    }

mark {
    background-color: #dc141d;
    color: #fff;
    padding: 1px 2px;
    border-radius: 5px;
    }

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    }

sub {
    bottom: -0.25em;
    }

sup {
    top: -0.5em;
    }
    
.wrapper {
    margin: 0px auto;
    max-width: 1400px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;  
    }

.clear:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    }

* {
    -webkit-transition: all 0.5s ease-in-out;*/
    -moz-transition: all 0.5s ease-in-out;*/
    transition: all 0.5s ease-in-out;*/
    }


/*----------------------------------------------------------------------
Fonts
----------------------------------------------------------------------*/

/* source-sans-pro-regular - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/source-sans-pro-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'),
       url('fonts/source-sans-pro-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v13-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/* source-sans-pro-700 - latin */
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/source-sans-pro-v13-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
       url('fonts/source-sans-pro-v13-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/source-sans-pro-v13-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/source-sans-pro-v13-latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/source-sans-pro-v13-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/source-sans-pro-v13-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
}

/*----------------------------------------------------------------------
Button + Forms
----------------------------------------------------------------------*/

.button, button {
    display: inline-block;
    padding: 6px 16px;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    }

.btn-first {
    background: #dc141d;
    border: 1px solid #dc141d;
    padding: 6px 16px;
    }

.btn-second {
    background: #fff;
    padding: 6px 16px;
    color: #505050;
    border: 1px solid #505050;
    }

.btn-first:hover,
.btn-second:hover {
    background: #505050;
    color: #fff;
    border: 1px solid #505050;
    }

.button-field .button:first-child,
.button-field button:first-child {
    margin: 0 20px 20px 0;
    }

.button-action {
    text-align: center;
    margin: 20px;
    }

input[type="password"],
input[type="text"],
input[type="tel"],
input[type="email"],
textarea,
select {
    border-top: 1px solid #555;
    border-right: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    border-left: 1px solid #555;
    border-radius: 5px;
    padding: 10px 15px;
    display: block;
    width: 100%;
    }
    
input[type="password"]:hover,
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
textarea:hover,
select:hover,
input[type="password"]:focus,
input[type="text"]:focus,
textarea:focus,
select:focus {
    background: #f0f0f0;
    }
    
input[type="submit"] {
    margin: 30px 0;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    text-align: center;
    background: #dc141d;
    border: 1px solid #dc141d;
    padding: 6px 16px;
    }

input[type="submit"]:hover {
    background: #505050;
    color: #fff;
    border: 1px solid #505050;
    }

.e-mail-me {
    background: url(img/icon-email-w.svg) 16px center no-repeat #878787;
    border: 1px solid #878787;
    background-size: 20px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 6px 16px 6px 46px;
    font-weight: 700;
    display: inline-block;
    }

.call-me {
    background: url(img/icon-phone-w.svg) 16px center no-repeat #dc141d;
    border: 1px solid #dc141d;
    background-size: 20px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 6px 16px 6px 46px;
    font-weight: 700;
    display: inline-block;
    }

.link-extern {
    background: url(img/icon-link.svg) 16px center no-repeat #fff;
    border: 1px solid #878787;
    background-size: 20px 20px;
    color: #505050;
    text-decoration: none;
    border-radius: 50px;
    padding: 6px 16px 6px 46px;
    font-weight: 700;
    display: inline-block;
	transition: background-color 0.5s;
    }

.e-mail-me:hover,
.call-me:hover {
    background-color: #505050;
    border: 1px solid #505050;
    color: #fff;
    }

.link-extern:hover {
    background: url(img/icon-link-w.svg) 16px center no-repeat #505050;
    border: 1px solid #505050;
    background-size: 20px 20px;
    color: #fff;
    }

.wpcf7 form .wpcf7-response-output {
    margin: 30px 0 !important;
    padding: 15px !important;
    border-radius: 10px;
    }

.eww-form {
    border-radius: 10px;
    background: #f0f0f0;
    padding: 30px;
    margin: 0 0 30px 0;
    }

.main-content .eww-form p {
    padding: 0;
    }

.eww-form-w100 {
    margin: 0 0 30px 0;
    }

.eww-form-w50 p {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -30px 30px 0;
    }

.eww-form-w50 .wpcf7-form-control-wrap {
    width: calc(50% - 30px);
    margin: 0 30px 0 0;
    display: block;
    }
    

/*----------------------------------------------------------------------
Header
----------------------------------------------------------------------*/

.header-items {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    transition: all 0.5s;
    background: #fff;
    }

.scrollUp {
    top: -150px;
    }

.header-items .wrapper {
    display: table;
    width: 100%;
    padding: 40px 0;
    transition: all 0.5s;
    }
 
.header-items nav {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    }
    
.header-items nav ul {
    /*margin: 0 42px 0 0;  Suche auskommentiert*/
    margin: 0 0x 0 0;
    /*padding-top: 20px; Suche auskommentiert*/
    }   
    
.header-items nav li {
    display: inline-block;
    position: relative;
    margin: 0 0 -30px 20px;
    }

.header-items nav a {
    color: #1d1d1b;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
    text-decoration: none;
    }

.header-items nav a:hover {
    color: #dc141d;
    }

.header-items nav ul ul {
    background-color: #575757;
    border-radius: 10px;
    padding: 0;
    list-style: none;
    position: absolute;
    left: -9999px;
    z-index: 100;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }
    
.header-items nav ul ul::before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: calc(50% - 14px);
    top: -14px;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 14px solid #575757;
    }

.header-items nav ul ul li {
    border-bottom: 1px solid #9e9e9e;
    display: block;
    text-align: left;
    margin: 0;
    }
 
 .header-items nav ul ul li:last-child {
    border-bottom: 0px;
    }   
    
.header-items nav li:hover ul {
    left: -100%;
    }

.header-items nav ul ul a {
    padding: 10px 10px 10px 15px;
    color: #fff;
    display: block;
    width: 220px;
    margin: 0;
    font-size: 20px;
    }
    
.header-items nav ul li:hover ul li a:hover {
    color: #999;
    }

.header-items nav .current-menu-item a,
.header-items nav .current-menu-parent a,
.header-items nav .current-page-ancestor a {
    color: #dc141d;
    }

.header-items nav .current-menu-item ul a,
.header-items nav .current-menu-parent ul a,
.header-items nav .current-page-ancestor ul a {
    color: #fff;
    }

.header-items nav ul ul .current_page_item a,
.header-items nav ul ul .current-menu-item a,
.header-items nav ul ul .current-menu-parent a  {
    color: #ccc;
    }

.header-items nav .nav-important a {
    background: #dc141d;
    color: #fff;
    border-radius: 50px;
    padding: 6px 16px;
    }

.header-items nav .nav-important a:hover {
    background: #575757;
    }

.header-items nav input[type=checkbox],
.header-items nav label {
    display: none;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    }

.portal-logo {
    display: table-cell;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    background: url(img/effective-webwork.svg) left center no-repeat;
    background-size: auto 60px;
    }

.portal-logo a {
    display: block;
    width: 232px;
    height: 60px;
    }

.while-scrolling {
    background-color: rgba(255, 255, 255, 0.95);
    }

.while-scrolling .wrapper {
    padding: 25px 0;
    }

.nav-search {
    display: none;
    /*display: block;  Suche auskommentiert */
    margin-top: -24px;
    }
    
.nav-search img {
    width: 24px;
    height: 24px;
    }


/*----------------------------------------------------------------------
Stage + Main
----------------------------------------------------------------------*/

.header-stage {
    margin: 160px auto 0 auto;
    max-width: 1800px;
    border-radius: 20px;
    height: 600px;
    }

.stage-inner {
    background-color: rgba(30,30,30,.7);
    border-radius: 20px;
    height: 600px;
    }

.header-stage h1 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    padding: 220px 0 0 0;
    }

.header-stage h1 strong {
    display: block;
    color: #fff;
    font-size: 60px;
    line-height: 66px;
    font-weight: 700;
    }

main {
    margin: -200px 0 -150px 0;
    z-index: 2;
    position: relative;
    }

.main-content h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 0 30px 0;
    }

.main-content h3 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    padding: 0 0 30px 0;
    }

.main-content h4 {
    font-size: 20px;
    line-height: 28x;
    font-weight: 700;
    padding: 0 0 5px 0;
    }

.main-content p {
    padding: 0 0 30px 0;
    }

.main-content ul,
.main-content ol {
    padding: 0 0 30px 0;
    margin: 0 0 0 30px;
    }

.responsive-table {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    }

.main-content table {
    border: 0 none;
    border-collapse: collapse;
    }
    
.main-content img {
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    }    

.notfound-content {
    border-radius: 20px;
    background: #fff;
    }

.notfound-message {
    padding: 30px 30px 60px 30px;
    text-align: center;
    }

.notfound-message img {
    width: 75%;
    height: auto;
    margin: 0 0 60px 0;
    }

.notfound-message h1 {
    font-size: 40px;
    line-height: 46px;
    font-weight: 400;
    margin: 0 0 30px 0;
    }

.notfound-message h2 {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    margin: 30px 0 15px 0;
    }

.notfound-message p {
    margin: 0 0 15px 0;
    }

.one-column-center {
    padding: 60px 25% 30px 25%;
    }

.white-ground {
    background: #fff;
    border-radius: 20px;
    }

.call-to-action-item {
    background: #585858;
    color: #fff;
    border-radius: 10px;
    line-height: 0;
    position: relative;
    margin-bottom: 60px;
    }

.callto-colset {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    }

.callto-col1 {
    width: 33.33%;
    }

.callto-col2 {
    width: calc(66.66% - 60px);
    padding: 30px;
    }

.call-to-action-item h2 {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    padding: 0 0 15px 0;
    }

.call-to-action-item h3 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    padding: 0;
    }

.call-to-action-item img {
    width: 100%;
    height: auto;
    border-radius: 10px 0 0 10px;
    }

.call-to-contact {
    display: block;
    position: absolute;
    bottom: -15px;
    list-style: none;
    margin: 0 !important;
    padding: 0 !important;
    line-height: 30px;
    }

.call-to-contact li {
    display: inline;
    margin: 0 0 5px 0;
    }

.projects-table table {
    border-spacing: 0;  
    }

.projects-table img {
    width: 30px;
    height: auto;
    }

.projects-table th {
    background: #f0f0f0;
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    min-width: 100px;
    }

.projects-table th:first-child {
    text-align: left;
    }

.projects-table td {
    background: #ffffff;
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    }

.projects-table td:first-child {
    text-align: left;
    padding: 15px;
    }

.projects-table tr:hover td {
    background: #f0f0f0;
    }   

.projects-table h3,
.projects-table p {
    padding: 0;
    }

 ul.team-item-contact,
.team-social-media ul {
    list-style: none;
    margin: 0;
    padding: 0;
    }

 ul.team-item-contact li,
 .team-social-media ul li {
    padding: 0 0 10px 0;
    }
 
 .team-social {
    margin: 30px 0 0 0;
    display: table;
    width: 100%;
    border-radius: 10px;
    padding: 0 0 30px 0;
    background: #fff;
    }

 .team-avatar {
    display: table-cell;
    vertical-align: middle;
    width: 135px;
    }

.team-avatar img {
    width: 100px;
    max-width: auto;
    height: 100px;
    border-radius: 100px;
    border: 1px solid #878787;
    padding: 5px;
    margin: 0 15px 0 0;
    }
    
 .team-social-media {
    display: table-cell;
    vertical-align: middle;
    }
    
.standard-white-ground {
    background: #fff;
    border-radius: 10px;
    padding: 30px;
    }    

.standard-grey-ground {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 30px;
    }       
    
.matomo-iframe {
    border: 1px solid #575757;
    border-radius: 10px;
    margin: 0 0 30px 0;
    padding: 0px 15px;
    }    

.matomo-iframe iframe {
    width: 100% !important;
    }


/*----------------------------------------------------------------------
Teaser
----------------------------------------------------------------------*/

.teaser-item {
    border-radius: 10px;
    background: #fff;
    position: relative;
    }

.teaser-item-bgimage {
    border-radius: 10px;
    }

.teaser-item-inner {
    padding: 30px;
    border-radius: 10px;
    min-height: 330px;
    }

.loesungen {
    background-color: rgba(93,180,89,1);
	}
	
.blog {
	background-color: rgba(31,64,127,.9);
	}

.referenzen {
	background-color: rgba(215,68,68,.9);
	}
div#referenz-kundenliste article{
	background-color: rgba(87,87,87,.1) !important;
}

.team {
	background-color: rgba(87,87,87,.1);    
    }
    
.team:hover {
	background-color: rgba(87,87,87,.5);    
    }	    

.teaser-headline a {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    }

.teaser-item:hover .teaser-headline a {
	text-decoration: underline;
	}

.teaser-headline a:hover,
.teaser-item:hover .teaser-headline a:hover {
    text-decoration: underline;
	text-decoration-style: solid;
    }
    
.teaser-item-addon {
    color: #fff;
    }
    
.teaser-item-addon ul,
.teaser-item-addon ol {
    margin: 0 0 0 16px;
    }   
    
.teaser-item-category {
    position: absolute;
    bottom: 20px;
    left: 20px;
    }

.teaser-item-category a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    display: inline-block;
    padding: 3px 10px;
    margin: 5px 1px;
    }

.teaser-item:hover .teaser-item-category a {
    border: 1px solid #fff;
    border-radius: 50px;
    }
 
.teaser-item:hover .teaser-item-category a:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #575757;
    }  

.teaser-item-image {
    position: absolute;
    bottom: 30px;
    right: 30px;
    }

.teaser-item-image img {
    width: 140px;
    height: auto;
    }


/*----------------------------------------------------------------------
Blog
----------------------------------------------------------------------*/

.blog-navigation {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    list-style: none;
    }

.blog-navigation li {
    display: inline-block;
    margin: 0 20px 0 0;
    }
    
.blog-navigation li a {
    color: #1d1d1b;
    font-weight: 700;
    display: inline-block;
    text-decoration: none;
    }

.blog-navigation li a:hover {
    color: #dc141d;
    }    

.blog-navigation .current-cat a {
    color: #dc141d;
    }

.blog-navigation .align-right {
    float: right;
    }

#is-blog-area {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -30px 60px 0;
    }    

#is-blog-area .is-blog-item {
    width: calc(33.33% - 30px);
    margin: 30px 30px 0 0;
    background: #34528B;
    border-radius: 10px;
    } 

.is-news-item-inner {
    padding: 30px 30px 70px 30px;
    position: relative;
    }

.is-news-item-inner a {
    text-decoration: none;
    color: #fff;
    }

.is-news-item-inner h3 {        
    font-size: 30px;
    line-height: 36px;
    margin: 5px 0 30px 0;
    text-decoration: none;
    min-height: 120px;
    }

.is-news-item-inner:hover h3 {
	text-decoration: underline;
	}

.is-news-item-inner h3:hover,
.is-news-item-inner:hover h3:hover {        
    text-decoration: underline;
    text-decoration-style: solid;
    }   
    
.news-read-more {
    position: absolute;
    bottom: 20px;
    left: 20px;
    font-size: 16px;
    font-weight: 700;
    border: 1px solid transparent;
    text-transform: uppercase;
    padding: 3px 10px;
    display: inline-block;
    }

.is-news-item-inner:hover .news-read-more {
    border: 1px solid #fff;
    border-radius: 50px;
    }
 
.is-news-item-inner:hover .news-read-more:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #575757;
    }  

.show-more-posts {
    margin-top: -20px;
    padding: 0 0 0 30px;
    }

.show-more-posts ul {
    list-style: none;
    }

.show-more-posts li {
    display: inline;
    }

.post-prev-link a {
    background: url(img/icon-arrow-right-w.svg) center center no-repeat #878787;
    border: 1px solid #878787;
    background-size: 20px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 6px 20px 6px 20px;
    font-weight: 700;
    display: inline-block;
    }

.post-next-link a {
    background: url(img/icon-arrow-left-w.svg) center center no-repeat #878787;
    border: 1px solid #878787;
    background-size: 20px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    padding: 6px 20px 6px 20px;
    font-weight: 700;
    display: inline-block;
    }

.post-prev-link a:hover,
.post-next-link a:hover {
    background-color: #505050;
    border: 1px solid #505050;
    color: #fff;
    }

.blog-columnset {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    margin: 0 -30px 0 0;
    }

.blog-left-column {
    width: calc(66.66% - 30px);
    margin: 30px 30px 0 0;
    border-radius: 10px;
    background: #585858;
    }

.blog-right-column {
    width: calc(33.33% - 30px);
    margin: 30px 30px 0 0;
    border-radius: 10px;
    background: #f0f0f0;
    }

.is-post-main {
    margin: 30px 0 0 0;
    }

.is-post-main img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    }

.here-comments {
    background: #fff;
    border-radius: 20px;
    margin: 30px 0 0 0;
    padding: 30px 25% 30px 25%;
    }

.here-comments h3 {
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    padding: 0 0 30px 0;
    }

.commentlist {
    margin: 0 0 30px 0;
    }

.reply  a {
    margin: 30px 0;
    display: inline-block;
    border-radius: 50px;
    cursor: pointer;
    text-decoration: none;
    font-weight: 700;
    text-align: center;   
    background: transparent;
    padding: 6px 16px;
    color: #505050;
    border: 1px solid #585858;   
    }

.reply a:hover {
    background: #585858;
    color: #fff;
    border: 1px solid #585858;
    }

.post-published-on {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 30px;
    }

.blog-author {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    line-height: 0;
    }

.blog-author-image {
    width: 50%;
    }

.blog-author-text {
    width: calc(50% - 60px);
    padding: 30px;
    color: #fff;
    line-height: 28px;
    }

a.author-more-info {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    border: 1px solid transparent;
    display: inline-block;
    padding: 3px 10px;
    margin: 30px 0 0 -10px;
    }

.blog-author-text:hover a.author-more-info {
    border: 1px solid #fff;
    border-radius: 50px;
    }
 
.blog-author-text:hover a.author-more-info:hover {
    border: 1px solid #fff;
    background-color: #fff;
    color: #575757;
    }  

.blog-teaser {
    border-top: 1px dotted #585858;
    margin: 0 30px 30px 30px;
    padding: 30px 0 0 0;
    }
 
 .blog-author h3,
 .blog-teaser h3 {
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    }

.blog-author h3 strong,
.blog-teaser h3 strong {
    font-weight: 700;
    }

.blog-author img {
    width: 100%;
    height: auto;
    border-radius: 10px 0 0 10px;
    line-height: 0;
    }
 
 .blog-teaser img {
    width: 100%;
    margin: 0 0 15px 0;
    height: auto;
    }
    
.post-published-on ul,
.post-published-on li {
    display: inline;
    list-style: none;
    }    



/*----------------------------------------------------------------------
Footer
----------------------------------------------------------------------*/

footer {
    background: url(img/footer-bg.svg) bottom right no-repeat #505050;
    background-size: 500px 500px;
	padding: 150px 0 0 0;
    color: #fff;
    position: relative;
	z-index: 1;
    }
    
footer .claim {
    text-align: center;
    }
    
footer .claim h2 {
    font-size: 30px;
    line-height: 36px;
    padding: 50px 0 0 0;
    }    
    
footer .more-info {
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 100%;
    }    

footer .more-info article {
    width: 25%;
    } 
   
footer .more-info article:nth-child(2) {
    width: 50%;
    }   
    
footer .footer-menu ul {
    list-style-type: none;
    text-align: center;
    padding: 45px 0;
    }    

footer .footer-menu li {
    display: inline;
    }
    
footer .footer-menu a {
    display: inline-block;
    border: 1px solid transparent;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    padding: 6px 16px;
    margin: 5px 1px;
    }

footer .footer-menu:hover a {
    border: 1px solid #fff;
    border-radius: 50px;
    }
 
 footer .footer-menu a:hover {
    border: 1px solid #999;
    color: #999;
    }  
 
footer .social-links ul {
    margin-top: 50px;
    list-style-type: none;
    text-align: right;
    }    
    
footer .social-links li {
    display: inline;
    margin-left: 10px;
    }    

footer .social-links img {
    width: 30px;
    height: 30px;
    }        
    
.footer-logo {
    margin-top: 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 0;
    line-height: 0;
    background: url(img/effective-webwork-white.svg) top left no-repeat;
    background-size: auto 50px;
    text-align: center;
    }

.footer-logo a {
    display: block;
    width: 194px;
    height: 50px;
    }

footer .copyright {
    text-align: center;
    padding: 0 0 50px 0;
    }

footer small {
    font-size: 16px;
    line-height: 20px;
    display: block;
    }



/*----------------------------------------------------------------------
Small Desktop
----------------------------------------------------------------------*/

@media only screen and (max-width: 1900px) { 

    .header-stage {
        margin: 160px 50px 0 50px;
        max-width: 100%;
        }

}

@media only screen and (max-width: 1600px) { 

    .wrapper {
        margin: 0px 50px;
        max-width: 100%;
        }
        
    .header-items .wrapper {
        width: calc(100% - 100px);
        }

    .header-stage {
        margin: 160px 0 0 0;
        width: 100%;
        border-radius: 0px;
        height: 600px;
        }

    .stage-inner {
        border-radius: 0;
        }

    .teaser-item-inner {
        min-height: 360px;
        }

    .call-to-action-item h2 {
        font-size: 24px;
        line-height: 30px;
        }

}

@media only screen and (max-width: 1400px) { 
 
     .teaser-item-inner {
        min-height: 400px;
        }
    
    .callto-colset {
        display: block;
        }
    
    .callto-col1 {
        width: 100%;
        }
    
    .callto-col2 {
        width: calc(100% - 60px);
        }
    
    .call-to-action-item h2 {
        font-size: 30px;
        line-height: 36px;
        }
    
    .call-to-action-item img {
        border-radius: 10px 10px 0 0;
        }

    .main-content h2,
    .main-content h3,
    .main-content h4,
    .is-blog-item h3 {
        -ms-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
        }

}

@media only screen and (max-width: 1200px) { 
 
     .teaser-item-inner {
        min-height: 500px;
        }

    .blog-author {
        display: block
        }

    .blog-author-image {
        width: 100%;
        }

    .blog-author-text {
        width: calc(100% - 60px);
        }

    .blog-author img {
        border-radius: 10px 10px 0 0;
        }

     .team-social {
        width: auto;
        max-width: 100%;
        border-radius: 0;
        padding: 0;
        background: transparent;
        }

    .show-more-posts {
        margin-top: 0;
        padding: 30px 0 0 30px;
        }
    
    .show-more-posts li:first-child {
        display: block;
        margin: 0 0 15px 0;
        }

}


/*----------------------------------------------------------------------
Tablet-Styles (Landscape)
----------------------------------------------------------------------*/

@media only screen and (max-width: 1024px) { 
   
   .wrapper {
        margin: 0px 25px;
        max-width: 100%;
        }
 
    .header-stage {
        margin: 160px 0 0 0;
        max-width: 100%;
        height: 500px;
        }

    .stage-inner {
        height: 500px;
        }        
        
    .header-stage h1 {
        font-size: 30px;
        line-height: 36px;
        padding: 180px 0 0 0;
        }
    
    .header-stage h1 strong {
        font-size: 40px;
        line-height: 46px;
        }
        
    .header-items .wrapper {
        width: calc(100% - 50px);
        }  
  
	@keyframes breath {
        0%   {  background-size: 30px 30px; }
        50%  {  background-size: 28px 28px; }
        100% {  background-size: 30px 30px; }      
        }
	
    .header-items nav label {
        background: url(img/icon-menu.svg) no-repeat center center;
        background-size: 30px 30px;
        width: 30px;
        height: 30px;
        cursor: pointer;
        display: inline-block;
        text-align: left;
        font-size: 0;
        font-weight: 700;
        }

    .header-items nav label:hover {
        background: url(img/icon-menu.svg) no-repeat center center;
        background-size: 30px 30px;
        }

    .header-items nav li {
        letter-spacing: inherit;
        }
    
    .header-items nav ul {
        display: none;
        margin: 0 0 0 0;
        }
    
    .header-items nav ul li a {
        text-decoration: none;
        padding: 10px 0;
        display: block;
        }
    
    .header-items nav input[type=checkbox]:checked ~ label {
        background: url(img/icon-menu-x.svg) no-repeat center center;
        background-size: 30px 30px;
        -webkit-animation: breath 1s linear infinite;
        }
    
    .header-items nav input[type=checkbox]:checked ~ .menu-hauptmenue-container ul {
        display: block;
        position: absolute;
        z-index: 101;
        background-color: rgba(255, 255, 255, 0.95);
        height: 110vh;
        width: 100%;
        overflow: auto;
        right: 0;
        text-align: left;
        margin-top: 25px;
        }

    .header-items nav input[type=checkbox]:checked ~ .menu-hauptmenue-container ul ul::before {
        left: 0;
        top: 0;
        border-left: 0 none;
        border-right: 0 none;
        border-bottom: 0 none;
        }

    .header-items nav input[type=checkbox]:checked ~ .menu-hauptmenue-container ul li {
        display: block;
        margin: 0 25px;
        }

    .header-items nav input[type=checkbox]:checked ~ .menu-hauptmenue-container ul li a {
        font-weight: 700;
        font-size: 20px;
        background: transparent;
        color: #141414;
        margin: 0;
        }

    .header-items nav input[type=checkbox]:checked ~ .menu-hauptmenue-container ul li a:hover {
        color: #dc141d;
        }

    .header-items nav input[type=checkbox]:checked ~ .menu-hauptmenue-container ul li a {
        display: block;
        }
        
    .header-items nav ul ul {
        background: transparent !important;
        position: relative !important;
        left: 0px;
        margin: 0 !important;
        display: block;
        height: auto !important;
        }
    
    .header-items nav ul ul li {
        padding: 0;
        margin: 0;
        background: transparent;
        border: 0;
        }
        
    .header-items nav ul li:hover ul {
        left: 0px;
        }        
    
    .header-items nav input[type=checkbox]:checked ~ ul ul a {
        color: #1d1d1b;
        }
        
    .header-items nav input[type=checkbox]:checked ~ ul li:hover ul li a:hover {
        background: transparent;
        color: #dc141d;
        }

    .header-items nav .nav-important a {
        padding: 10px 0;
        border-radius: 0;
        }

    .header-items nav .current-menu-item a,
    .header-items nav .current-menu-parent a {
        color: #dc141d !important;
        }
    
    .header-items nav .current-menu-item ul a,
    .header-items nav .current-menu-parent ul a {
        color: #141414 !important;
        }
    
    .header-items nav ul ul .current_page_item a,
    .header-items nav ul ul .current-menu-item a,
    .header-items nav ul ul .current-menu-parent a  {
        color: #dc141d !important;
        }

    .nav-search {
        display: none;
        } 

    .teaser-item-inner {
        min-height: 300px;
        }

    .teaser-item-bgimage {
        background-position: top center !important;
        }

    .teaser-item-category a,
    a.author-more-info {
        border: 1px solid #fff;
        border-radius: 50px;
        }

    .one-column-center {
        padding: 30px 15%;
        }
        
    .call-to-action-item h2 {
        font-size: 24px;
        line-height: 30px;
        }

    .call-to-action-item h3 {
        padding: 0 0 15px 0;
        }

    .call-to-contact {
        position: relative;
        bottom: auto;
        }

    .call-to-contact li {
        display: block;
        margin: 15px 0 0 0;
        }

    #is-blog-area {
        margin: 0 0 60px 0;
        }

    .blog-columnset {
        padding: 60px 25% 30px 25%;
        margin: 0;
        }

    #is-blog-area .is-blog-item,
    .blog-left-column,
    .blog-right-column {
        width: 100%;
        margin: 30px 0 0 0;
        }
        
    .projects-table td:first-child {
        min-width: 190px;    
        }       
    
    .projects-table h3 {
        font-size: 20px;
        line-height: 28px;
        }    

    .is-news-item-inner h3 { 
        min-height: auto;
        }
        
    footer .more-info article,
    footer .more-info article:nth-child(2) {
        width: 100%;
        } 
 
     footer .claim h2 {
        padding: 50px 0;
        }    
    
    .footer-logo {
        margin: 0 auto;
        display: block;
        background: url(img/effective-webwork-white.svg) top center no-repeat;
        text-align: center;
        }
    
    .footer-logo a {
        display: inline-block;
        }

    footer .social-links ul {
        margin: 0 0 15px 0;
        text-align: center;
        }    
        
    footer .social-links li {
        margin: 5px;
        }    

    .eww-form-w50 p {
        margin: 0 0 0 0;
        }
    
    .eww-form-w50 .wpcf7-form-control-wrap {
        width: 100%;
        margin: 0 0 30px 0;
        }        
        
}
    
/*----------------------------------------------------------------------
Mobile-Styles
----------------------------------------------------------------------*/

@media only screen and (max-width: 700px) { 

    main {
        margin: -100px 0 -150px 0;
        }

    .portal-logo {
        background-size: auto 50px;
        }
    
    .portal-logo a {
        width: 194px;
        height: 50px;
        }

    .header-stage {
        margin: 140px 0 0 0;
        min-height: 200px;
        height: auto;
        }

    .stage-inner {
        min-height: 200px;
        height: auto;
        padding: 0 0 130px 0;
        }    
    
    .header-stage h1 {
        padding: 50px 0 0 0;
        }

    .teaser-item-inner {
        min-height: 260px;
        }

    .teaser-item-category {
        position: absolute;
        bottom: 30px;
        left: 30px;
        }

    .teaser-item-addon {
        margin: 15px 0 60px 0;
        }

    .teaser-item-image {
        position: relative;
        margin: 20px 0 60px 0;
        bottom: 0px;
        right: 0;
        }

    .one-column-center,
    .here-comments {
        padding: 30px 30px;
        }
    
    .white-ground {
        background: #fff;
        border-radius: 20px;
        }

     .call-to-action-item {
        margin: 0 -30px -30px -30px;
        border: 1px solid #fff;
        }

	.main-content h2,
    .main-content h3,
    .main-content h4,
    .is-blog-item h3 {
        -ms-hyphens: none;
        -webkit-hyphens: none;
        hyphens: none;
        }
	
    .matomo-iframe iframe {
        width: 100% !important;
        min-height: 300px !important;
        }

    .blog-navigation li {
        display: block;
        }

    .blog-navigation li:first-child {
        margin: 0 0 15px 0;
        }

    .blog-navigation .align-right {
        float: none;
        }
        
     .blog-columnset {
        padding: 0;
        } 

    .team-social {
        display: block;
        width: 100%;
        }

    .team-avatar,
    .team-social-media {
        display: block;
        margin-top: 10px;
        }
    
    .team-avatar img {
        width: 120px;
        height: 120px;
        }

    footer .footer-menu ul {
        border-top: 1px solid #fff;
        padding: 0;
        margin: 50px 0;
        }
    
    footer .footer-menu li {
        display: block;
        border-bottom: 1px solid #fff;
        }
    
    footer .footer-menu a {
        display: block;
        border: 1px solid transparent;
        font-weight: 700;
        padding: 10px;
        margin: 0;
        }

    footer .footer-menu:hover a,
    footer .footer-menu a:hover {
        border: 1px solid transparent;
        }   
    
	
}


