/*
Theme Name: Multipurpose Template Theme HiMedia
Theme URI: himedia.de
Description:  Multipurpose Template Theme for Wordpress
Author: HiMedia Deutschland AG
Version: 1.0
*/

/* ALLGEMEINES */

body {
    overflow-x: hidden;
    font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 170%;
    font-size: 16px;
    /* -webkit-tap-highlight-color: #fed136; */
}

.body-wrapper {
	overflow-x: hidden;
}	

p {
    line-height: 1.75; 
}

a {
    color: #000; 
}

p a,
.image_text a {
    text-decoration: underline; 
}

p a:hover,
.image_text a:hover {
    text-decoration: none; 
}

a.active, a:active, a:focus, a:hover {
    color: #000; 
}

.hm_recent_posts .post_teaser .text a:hover {
    text-decoration: none;
}

.center {
    margin: auto 0;
}

.img-responsive {
    width: 100%;	
    max-width: 100%;	
}

.nopadding {
    padding: 0; 
}

.nomargin {
    margin: 0; 
}

caption,
.wpb_single_image .vc_figure-caption,
.wp-caption-text {
    margin-top: .2em;
    font-size: .8em;
    line-height: 140%;
    text-align: center;
}

/* HEADLINES */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #000;
    font-weight: 400;
    text-transform: uppercase; 
}

h1 {
    font-size: 36px;
    margin: 0 0 30px 0;
}

h2 {
    font-size: 32px;
    margin: 0 0 25px 0; 
}

h2.subheading {
    font-size: 20px;
    margin: -15px 0 15px 0;
    text-transform: uppercase;
    font-weight: 300; 
}

h3 {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}

.alignright {
    float: right;
    margin: 0 0 1em 2em !important;
}

.alignleft {
    float: left;
    margin: 0 2em 1em 0 !important;
}

.aligncenter {
    text-align: center;
}

section,
article,
aside {
    padding: 60px 0; 
}

@media (max-width: 768px) {
    section,
    article,
	aside {
        padding: 30px 0; 
    } 
}

@media (max-width: 1200px) {
	.icon-nomobile { 
    	display: none !important;
    }
}
@media (max-width: 768px) {
	.nomobile { 
    	display: none !important;
    }
}
@media (min-width: 768px) {
	.only-mobile { 
    	display: none;
    }
}

img::selection {
    background: transparent; 
}

img::-moz-selection {
    background: transparent; 
}


/* FORMS */

select,
form.nl-reg select {
    height: 40px;
    margin-top: 2px;
}

form.nl-reg .gform_footer {
	text-align: center;
}

.terms-and-conditions label {
	font-weight: 300;
}

.terms-and-conditions label a {
	text-decoration: underline
}

body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.add_list_item, 
body .ginput_container_list table.gfield_list tbody tr td.gfield_list_icons img.delete_list_item {
	opacity: .8 !important;
}

#searchform input {
	float: left;
}
#searchform input[type=text] {
    height: 52px;
    line-height: 100%;
    padding: 5px;
    width: 50%;
}
#searchform input[type=submit] {
	margin-left: 10px;
}
	
/* BUTTONS */
.btn {
    border: 0 !important;
    padding: 0.7em 1em !important;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px !important;
    border-radius: 0;
}

.owl-prev,
.owl-next,
.prev,
.next {
    border: 0 !important;
    padding: 7px 11px !important;
    font-weight: 300;
    line-height: 100%;
    text-transform: uppercase;
    font-size: 18px !important;
    border-radius: 0;
}

.owl-carousel .owl-nav [class*="owl-"] {
	border-radius: 0;
}

a#btn_show_brands {
	float: right;
	cursor: pointer;
}

/* POSTS */

#post img {
	max-width: 100%;
	height: auto;
	margin: 10px 0;
}

#post aside img.wp-post-image,
#post aside img.attachment-75x75 {
	float: right;
	margin: 5px 0 5px 10px;
} 

#post aside .rpwwt-post-excerpt {
	clear: both;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

#post .wp-caption {
	max-width: 100% !important;
}

article .date,
article .tags {
    font-size: 12px;
}

article .date {
    border-bottom: 1px solid #ccc;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}

article .tags {
    border-top: 1px solid #ccc;
    padding: 5px 0 0 0;
    margin: 20px 0 0 0;
}

.rpwwt-widget .rpwwt-post-title {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    display: block;
}
.rpwwt-widget .rpwwt-post-categories,
.rpwwt-widget .rpwwt-post-date {
	float: left;
    margin: 5px 5px 0 0;
    font-size: 12px;
}
.rpwwt-widget .rpwwt-post-categories:after {
	content: " | ";
}
.rpwwt-widget ul li {
    margin: 0 0 10px 0;
}

/* PRESS RELEASES (pr) */

.pr_teaser {
    background: #fff;
    padding: 1.5em;
    border-bottom: solid 1px #ccc;
}
.pr_teaser a:hover {
    color: #333;
    text-decoration: none;
}
.pr_date {
    float: left;
    margin: 0 5px 0 0;
    font-weight: 500;
    font-size: .9em;
}
h3.pr_name {
    margin: 0 0 15px 0;
}
.pr_teaser img {
    float: left;
    margin: 0 15px 0 0;
}
/* BUTTON LINE */

.bt-line {
    padding: 0;
}
.bt-line .wpb_content_element {
    margin-bottom: 0;
}
.bt-line .table { 
    display: table;
    margin-bottom: 0;
}
.bt-line .table-row {
    display: table-row; 
}
.bt-line .table-cell {
    width: 16.6%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-right: 1px solid #fff;	
    height: 100%
}
.bt-line .table-cell:hover {
    opacity: 0.8;
    transition: opacity 0.2s ease;
}
.bt-line .table-cell .bt {
    padding: 20px 10px;	
}
.bt-line a {
    color: #fff;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 200;
}
.bt-line a:hover {
    text-decoration: none;
}

.bt-line .table-cell.active {
    opacity: 0.8;
    transition: opacity 0.2s ease;
}	

.bt-line .table-cell.active .bt {
    text-transform: uppercase;
    color: #fff;	
}		

/* IMG-TXT-FULLWIDTH */

.img-txt-fullwidth {
    padding: 0;
}
.img-txt-fullwidth .wpb_content_element {
    margin-bottom: 0;
}
.img-txt-fullwidth .table { 
    display: table;
    margin-bottom: 0;
}
.img-txt-fullwidth .table-row {
    display: table-row; 
}
.img-txt-fullwidth .table-cell {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    border: none;
    text-align: left;
}
@media (max-width: 550px) {
    .img-txt-fullwidth .table-cell {
        width: 100%;
        display: block;
    }
}

.img-txt-fullwidth .img {
    background-position: 50% 50%;
    height: 200px;
}
.img-txt-fullwidth .table-cell .txt {
    padding: 3em;
    font-size: 20px;
    line-height: 1.75;
}

/* KEYFACTS */

.keyfact {
    background-color: #e1a86b;
    text-align: center;
    font-weight: 600;
    font-size: 32px;
    color: #fff;
}

.keyfact.hexagon {
    -webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
    height: 185px; 
    text-align: center;
    padding: 70px 0;
}

.keyfact.circle {
    border-radius: 50%;
    -webkit-clip-path: none;
    clip-path: none;
    height: 160px;
    padding: 55px 0;
}

.keyfact.square {
    -webkit-clip-path: none;
    clip-path: none;
    height: 160px;
    padding: 30% 0 0 0;
}

.keyfact span {
    display: block;
    font-size: 18px;
    line-height: 130%;
    margin: 5px 0 0 0;
    font-weight: 300;
    text-transform: uppercase;
}

/* Sonderklasse f�r dreizeilige Keyfacts */
.keyfact.hexagon.three-lines {
	padding: 55px 0 0 0 !important;
}
.keyfact.circle.three-lines {
	padding: 45px 0 0 0 !important;
}

@media (max-width: 1200px) {
    .keyfact.hexagon {
        height: 145px;
        padding: 50px 0;
    }
    .keyfact.circle,
    .keyfact.square {
        height: 130px;
        padding: 40px 0;
    } 
}

@media (max-width: 992px) {
    .keyfact.hexagon,
    .keyfact.circle,
    .keyfact.square {
        display: none;
    } 
    .keyfact span {
        font-size: 0.85em;
    }
}



/* BLOG */

.blog h1 {
    text-align: center;
}

.blog .hm_recent_posts .post_teaser .text {
    width: 100%;
}

.blog .pagination a {
    border: 1px solid #596035;
    color: #596035;
    padding: 3px 7px;
}

.blog .pagination a:hover,
.blog .pagination span.current {
    background: #596035;
    color: #fff;
    text-decoration: none;
    padding: 3px 7px;
}

/* PARTNER */

section#partner img {
    max-width: 100%;
    height: auto;
    border: 1px solid #ccc;
}

.partner-row .partner-sponsors-teaser {
    margin: 15px 0;
}

#partner-filter ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 20px 0;
}

#partner-filter ul li {
    display: inline;
    margin: 0 10px 0 0;
    cursor: pointer;
    background-color: #596035;
    border: 0;
    padding: 7px 3em 10px 3em;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 18px;
    border-radius: 0;
    border: 2px solid #596035;
}
#partner-filter ul li:hover {
    color: #fff;
	background-color: #4a5126;
	transition: background-color 0.2s ease;
}

#partner .category-label.active {
    opacity: .85;
    border-bottom: 3px solid #000;
}	

/* VC MODULE */

.service-heading {
    margin: 15px 0;
    text-transform: none; 
}	

.image_text img {
    max-width: 100%;
    height: auto;
    margin: 0 0 15px 0;
}

/* CALL TO ACTION */

.vc_cta3 .vc_cta3-content {
    padding: 30px 15px;    
}

.bg-blau {
    background-color: #78ABC0 !important;
}

.bg-rot {
    background-color: red !important;	
}

.vc_cta3 .vc_cta3-content p {
    font-size: 22px;
    color: #fff;
}

.image_text.align-links .text {
    float: right;
}

.image_text.align-links img {
    float: left;
}

/* Post Type Carousel */

.partner-sponsors .owl-item img {
    width: 150px;
    height: 150px;
    border: 1px solid #ccc;
}
.agency-wanted .owl-item img {
    border: 1px solid #ccc;
}
.partner-sponsors .owl-prev,
.agency-wanted .owl-prev {
    float: left;
}
.partner-sponsors .owl-next,
.agency-wanted .owl-next {
    float: right;
}
.partner-sponsors .owl-dot span {
    background: #596035 !important;
}
.partner-sponsors .owl-dots .owl-dot.active span {
    background: #ccc !important;
}

.container.tag, .container.category { 
	margin-top: 20px;
}

@media (max-width: 550px) {
	.owl-carousel .owl-dots {
		display: none;
	}
}

/* VC HOVER BOX */

.vc-hoverbox-block {
	/* background-size: contain; */
	background-repeat: no-repeat;
	background-color: #fff;
}

/* VC QUOTE SLIDER */
@media (max-width: 768px) {
	.quote-slider .owl-item img {
		margin: 0 auto 30px auto !important;
		max-width: 80% !important;		
	}
}

/* Footer */
footer {
    background-color: #3dadae;
    color: #000;
    font-size: 14px;
    margin-top: 60px;
}

footer .websites {
	margin: 10px 0 0 0;
}
footer .websites div {
	display: block;
	margin: 0 0 4px 0;
}
footer .websites img {
	margin: 0 10px 0 0;
}

/* Plugin CSS Anpassungen */


.rpwwt-widget .rpwwt-post-excerpt {
	width: 100%;
	float: left;
}

