/*
Theme Name: Yvonne Grune
Description: Einseitiges Responsive Portfolio Template
Author: Arnim Pommeranz
Author URI: https://www.arnim-pommeranz.de
Version: 1.0.1
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--- Bootstrap fix for WinPhone 8 and IE10  ---*/

@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }


/*--- Basic Document Styles ---*/

body {
	line-height: 1;
	color: #494949;
	font: 16px/32px "Open Sans", Helvetica, Arial, sans-serif;
	background: url("../images/main_background.jpg") no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	position: relative;
	left: 0;
	-webkit-transition: all .8s ease;
	   -moz-transition: all .8s ease;
		-ms-transition: all .8s ease;
		 -o-transition: all .8s ease;
			transition: all .8s ease;
}

body, html {
	height: 100%;
	width: 100%;
}

.main-content {
	overflow: hidden;
}

input,
select,
textarea { font: 16px/32px "Open Sans", Helvetica, Arial, sans-serif; }


/*--- Typography ---*/

h1, h2, h3, h4, h5, h6 {
	font-weight: 300;
	margin-bottom: 10px;
	line-height: 1.1em;
}

h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 46px;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 0px;
}

h2 {
	position: relative;
	font-family: 'Open Sans', sans-serif;
	font-size: 2.75rem;
	font-weight: 600;
	font-style: italic;
}

h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: bold;
}

h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 28px;
	margin-bottom: 1rem;
}

h6 {
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}

p {
	font-size: 1.825rem;
    line-height: normal;
	margin-bottom: 20px;
}

ul {
	font-size: 1.825rem;
	list-style-type: disc;
	display: block;
	margin-left: 30px;
}

ul ul, ol ul {
	list-style-type: none;
	margin-left: 0px;
}

.bottom-content ul li {
	list-style-position: inside;
}

.upper-content ul ul {
	text-indent: -12px; 
	margin-left: 12px;
}

ul ul li:before  
{
	content: "\2013\A0";  
}

ul ul li {
	font-weight: normal !important;
}

li {
	display: list-item;
	text-align: -webkit-match-parent;
	font-weight: 400;
	line-height: normal;
}

a, a > * {
	color: #454545;
	text-decoration: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

a:hover, a > *:hover {
	text-decoration: none;
}

em {
	font-style: italic;
}

strong {
	font-weight: 700;
}


/*=== Basic Layout Styles ===*/

section {
	text-align: center;
}

.text-left {
	text-align: left !important;
}

.text-right { 
	text-align: right !important;
}

.text-center {
	text-align: center !important;
}

.text-justify {
	text-align: justify !important;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.center {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.clear {
	clear: both;
}

.autopadding span{
	display: inline-block;
	width: 25%;
}

.autopadding-small span{
	display: inline-block;
	width: 25%;
}

.all-margin {
	margin: 2rem !important;
}

.left-margin {
	margin-left: 2rem !important;
}

.right-margin {
	margin-right: 2rem !important;
}

.top-margin {
	margin-top: 2rem !important;
}

.bottom-margin {
	margin-bottom: 2rem !important;
}

.no-margin {
	margin: 0 !important;
}

.all-padding {
	padding: 2rem !important;
}

.left-padding {
	padding-left: 2rem !important;
}

.right-padding {
	padding-right: 2rem !important;
}

.top-padding {
	padding-top: 2rem !important;
}

.bottom-padding {
	padding-bottom: 2rem !important;
}

.no-padding {
	padding: 0 !important;
}

.no-left-margin {
	margin-left: 0 !important;
}

.no-right-margin {
	margin-right: 0 !important;
}

.no-top-margin {
	margin-top: 0 !important;
}

.no-bottom-margin {
	margin-bottom: 0 !important;
}

.no-padding {
	padding: 0 !important;
}

.no-left-padding {
	padding-left: 0 !important;
}

.no-right-padding {
	padding-right: 0 !important;
}

.no-top-padding {
	padding-top: 0 !important;
}

.no-bottom-padding {
	padding-bottom: 0 !important;
}

/*=== Profilbild ===*/
.profilpicture {
	padding: 0 2rem;
}

/*=== Contents ==*/
.content_bundle {
	position: relative;
}

.addressfield {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    text-align: right;
    background-repeat: no-repeat;
    height: 512px;
    background: url(../images/halbkreis_blau.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 281px;
    background-size: 281px 512px;
}

.addressfield .content {
	position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ffffff;
}

.addressfield .content p {
	font-size: 1.25rem;
}

.upper-content {
	background: url("../images/background_top.jpg");
	background-size: cover;
	padding: 2rem 0;
}

.middle-content {
    background: url("../images/background_bottom.jpg");
    background-size: cover;
    padding: 2rem 0;
	box-shadow: 
        inset 0px 15px 10px -10px rgba(0,0,0,0.4),
        inset 0px -15px 10px -10px rgba(0,0,0,0.4);
}

.middle-content .enumeration_wrapper {
    margin-top: 1.5rem;
}

.middle-content .enumeration_wrapper ul.enumeration{
	font-size: 1.5rem;
}

.middle-content .link_text a {
	color: #0069b4;
	font-weight: bold;
	text-decoration: underline;
}


/*=== Logo ===*/
.logo {
	padding-right: 60px;
	margin-bottom: 30px;
}

.pfistergrunelogo {
	padding: 0 40px;
}

/*=== Coloring ===*/
.topcolors {
	margin-top: 40px;
	height: 20px;
    background: linear-gradient(90deg, #1d7f2b 50%, #f07d00 50%);
}

.bottomcolors {
	margin-bottom: 40px;
	height: 20px;
    background: linear-gradient(-90deg, #0069b4 50%, #63b32e 50%);
}

.content_field h2 {
	color: #ed9034;
}

.content_field .special {
	margin-bottom: .5rem;
}

.content_field .special em {
	font-weight: bold;
}

.content_field p {
	color: #1f8135;
}

/*=== Bottom-Content ===*/
.bottom-content {
	background: url("../images/background_top.jpg");
	background-size: cover;
	background-position: bottom center;
	padding-top: 3rem;
	position: relative;
}

.bottom-content .left-area p {
	font-size: 20px;
	line-height: 24px;
	text-align: right;
	margin-bottom: 0;
}

.bottom-content .left-area ul+p {
	font-size: 18px;
	font-weight: 700;
	text-align: right;
}

.bottom-content .left-area ul {
	margin-bottom: 10px;
}

.bottom-content .left-area li {
	font-size: 20px;
	line-height: 24px;
	text-align: right;
}

.bottom-content .logo_wrapper {
	position: relative;
	display: block;
}

.bottom-content .logo_wrapper a {
	font-weight: bold;
}

.bottom-content .logo_wrapper a img {
	display: block;
	width: 100%;
	margin-bottom: 1rem;
}

.bottom-content .address {
	font-size: 1.325rem;
}

.bottom-content h4 {
	padding-right: 25px;
}

.topcolors {
	margin-top: 0;
}

.bottomcolors {
	margin-bottom: 0;
}

/*=== Mobile Anpassungen ===*/
/*=== Logo ===*/
@media (max-width: 1200px) {
	.bottom-content h4 {
		padding-right: 0;
	}
}
@media (max-width: 991px) {
	.logo {
		margin: 30px 0;
	}
	
	.profilpicture {
		padding: 0 1rem;
	}
	
	.bottom-content {
		background-position: bottom left;
	}
	
	.pfistergrunelogo {
		margin: 60px 0;
		padding-right: 150px;
	}
	
	.upper-content, .bottom-content {
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.middle-content {
		box-shadow: 
        inset 0px 15px 10px -10px rgba(0,0,0,0.4);
	}
	
	.middle-content ul {
		margin-bottom: 2rem;
	}
	
	.middle-content img {
		padding: 0 1rem;
	}
	
	.bottom-content .left-area p, .bottom-content .left-area ul+p, .bottom-content .left-area li {
		text-align: left;
	}
	
	.bottom-content .left-area ul {
		margin-left: 0;
	}
	
	.bottom-content .left-area img {
		margin-bottom: 2rem;
	}
	
	.bottom-content .left-padding {
		padding-left: 15px !important;
	}
	
	.bottom-content .logo_wrapper a img {
		margin-bottom: 2rem;
	}
	.bottom-content .address {
		font-size: 1.5rem;
		margin-bottom: 3rem;
	}
	.addressfield {
		position: relative;
		text-align: left;
		height: auto;
		width: unset;
		right: unset;
		top: unset;
		transform: none;
		padding: 2rem;
		background: #0069b4;
		background-position: unset;
		background-size: unset;
		margin-right: -15px;
		margin-left: -15px;
		box-shadow:
			inset 0px -15px 10px -10px rgba(0,0,0,0.4);
	}
	
	.addressfield .content {
		position: relative;
		right: unset;
		top: unset;
		transform: none;
		color: #ffffff;
	}
	
	.addressfield .content p:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 767px) {	
	.logo {
		margin: 30px 0px;
		padding-right: 20px;
	}
	
	.pfistergrunelogo {
		margin: 40px 0;
		padding-right: 20px;
		padding-left: 10px;
	}
}

@media (max-width: 575px) {
	.main-content {
		margin: 0;
		overflow: hidden;
	}
	
	.logo {
		margin: 30px 0px;
		padding-right: 20px;
	}
	
	.pfistergrunelogo {
		margin: 40px 0;
		padding-right: 20px;
		padding-left: 10px;
	}
}
