@charset "utf-8";

/*
 Theme Name:   Hemingway Child for Franz Rönnau
 Description:  hemingway Child Theme
 Author:       PV Design
 Author URI:   http://www.pv-design.de
 Template:     hemingway
 Version:      1.0
 Text Domain:  franzroennau-child
*/

/* 
	Franz Rönnau Farben 
	magenta: #c7135d
	grau: #666666
*/

/* lato-300 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: url('./fonts/lato/lato-v16-latin-300.eot'); /* IE9 Compat Modes */
  src: local('Lato Light'), local('Lato-Light'),
       url('./fonts/lato/lato-v16-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato/lato-v16-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato/lato-v16-latin-300.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato/lato-v16-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato/lato-v16-latin-300.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-regular - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url('./fonts/lato/lato-v16-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Lato Regular'), local('Lato-Regular'),
       url('./fonts/lato/lato-v16-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato/lato-v16-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato/lato-v16-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato/lato-v16-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato/lato-v16-latin-regular.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-700 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: url('./fonts/lato/lato-v16-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Lato Bold'), local('Lato-Bold'),
       url('./fonts/lato/lato-v16-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato/lato-v16-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato/lato-v16-latin-700.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato/lato-v16-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato/lato-v16-latin-700.svg#Lato') format('svg'); /* Legacy iOS */
}
/* lato-900 - latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: url('./fonts/lato/lato-v16-latin-900.eot'); /* IE9 Compat Modes */
  src: local('Lato Black'), local('Lato-Black'),
       url('./fonts/lato/lato-v16-latin-900.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('./fonts/lato/lato-v16-latin-900.woff2') format('woff2'), /* Super Modern Browsers */
       url('./fonts/lato/lato-v16-latin-900.woff') format('woff'), /* Modern Browsers */
       url('./fonts/lato/lato-v16-latin-900.ttf') format('truetype'), /* Safari, Android, iOS */
       url('./fonts/lato/lato-v16-latin-900.svg#Lato') format('svg'); /* Legacy iOS */
}

/* CSS Document */

.content {
    width: 85%;
}

.section.bg-dark {
    background: #666666;
}

.section.bg-dark.navigation {
    background: #c7135d;
}

.navigation .blog-menu a {
    color: #ffffff;
}

.navigation .blog-menu a:hover {
    background: #666666;
}

.navigation .blog-menu > li::before {
	content: none;
}

.header {
    padding: 50px 0 150px 0;
}

.header-inner {
    text-align: right;
}

.post-content h1 {
	font-size: 3em;	
    color: #c7135d;
}

.post-content h2 {
	font-size: 2em;	
    color: #666666;
}

.post-content h3 {
	font-size: 1em;	
    color: #444444;
}

.post-content h5 {
	font-size: 1.2em;	
    color: #444444;
	text-align: center;
	font-weight: 600;
}

.white,
.post-content .white h1,
.post-content .white h2,
.post-content .white h3,
.post-content .white h5,
.post-content .white a:link {
	color: #ffffff !important;
}

.shadow,
.post-content .shadow h1,
.post-content .shadow h2,
.post-content .shadow h3 {
	text-shadow: 2px 2px 4px #333333;
}

.widget {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
}

.box {
	position:relative;
	width: 100%;
	display:block;
   	border: none;
	background: #ffffff;
	border-radius: 50%;
}

.box:before {
	content: "";
	display:block;
	padding-top: 100%;
}
 
.box .cl-counter {
	position: absolute;
	top: 3px;
	left: 3px;
	right: 3px;
	bottom: 3px;
}

.cl-counter-value {
	color: #c7135d;
	font-weight: 600;
}

.cl-counter-title {
	color: #666666;
	line-height: 1.2;
}

@media screen and (max-width: 780px) {
	.box {
		margin: 0  auto;
		width: 250px;
	}
	.cl-counter-value {
		font-size: 90px;
		margin-top: 15px;
	}
	
	.cl-counter-title {
		font-size: 45px;
	}
}

@media screen and (min-width: 781px) and (max-width: 1040px) {
	.cl-counter-value {
		font-size: 60px;
		margin-top: 15px;
	}
	
	.cl-counter-title {
		font-size: 25px;
	}
}

@media screen and (min-width: 1041px) {
	.cl-counter-value {
		font-size: 90px;
		margin-top: 25px;
	}
	
	.cl-counter-title {
		font-size: 45px;
	}
}

.soft {
	background-color: rgba(255,255,255,0.60);
}

img.alignleft, .alignleft img, img.aligncenter, .aligncenter img, img.alignright, .alignright img {
    box-sizing: border-box;
    padding: 5px;
    border: none;
}

.post-content .alignleft, .post-content .alignright {
    margin-bottom: 10px;
    max-width: 100%;
}

@media screen and (max-width: 480px) {
	.super-list {
		padding-left: 0;
	}
}

@media screen and (min-width: 481px) and (max-width: 700px) {
	.super-list {
		padding-left: 5%;
	}
}

@media screen and (min-width: 781px) and (max-width: 1199px) {
	.super-list {
		padding-left: 0.5%;
	}
}

@media screen and (min-width: 1200px) {
	.super-list {
		padding-left: 1%;
	}
}

a.sow-social-media-button {
	margin: 0 30px 0 30px !important;
}

.footer .widget-content {
	color: #eeeeee;
}

.footer .widget-title {
	color: #c7135d;
}

.footer a,
.footer a:link,
.footer a:hover {
	color: #ffffff;
}

.footer .widget-content ul li {
	border-top: none;
    border-bottom: 1px solid #EEE;
	border-bottom-color: rgba(255,255,255,0.1);
}

.footer .column-3 {
	margin-top: 35px;
}

.section.large-padding {
    padding: 4% 0;
}

.credits, .credits a {
    color: #eeeeee;
}

.credits-inner {
    text-transform: inherit;
}

.blog-menu a {
	font-size: 18px;
	font-weight: 600;
}

.blog-menu-phone {
	width: 280px;
	float: right;
	display: block;
	padding: 27px 30px 27px 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #ffffff;
	font-size: 18px;
	font-weight: 600;
	text-align: right;
}

.header {
	border-top: solid 5px #c7135d;
}

@media (max-width: 1000px) {

	.blog-menu a {
		font-size: 14px;
	}
	.blog-menu-phone {
		width: 220px;
		font-size: 14px;
	}

}

@media (max-width: 800px) {

	.toggle-container {
		background: #c7135d;
	}
	
	.nav-toggle .bar {
		background: #ffffff;
	}
	
}


/** MAPS **/

.awmp-map {
    display: block !important;
	border: none !important;
}
.awmp_map_wrapper {
    display: block !important;
    height: inherit !important;
	border: none !important;
}
.awmp_map_wrapper h3 {
    padding-top: 100px;
	text-align: center;
}
.awmp_map_wrapper p {
	text-align: center;
}