/* @override http://www.inwordswetrust.de/assets/css/index.css */

@charset "UTF-8";

*, *::before, *::after {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background: #ececec;
	color: #353535;
}

::selection {
	background: #ececec;
	color: #353535;
}

/* -----   ------------------------------------------------------- */

.cf::after {
	content: "";
	display: block;
	height: 0;
	overflow: hidden;
	clear: both;
}

html {
	color: e2e2e2;
	overflow-y: scroll;
	cursor: default;
	position: relative;
	min-height: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* Highl

ight color for WebKit-bases touch devices. */
  -webkit-tap-highlight-color: rgba(113, 239, 172, .5);
}

@media all and (max-width: 640px) {

	html {
		font-size: 10px;
	}

}

/* -----   ------------------------------------------------------- */

html {
	position: relative;
	min-height: 100%;
	margin: 0;
}

body {
	background-color: #e6e6e6;
	font: normal 400 1.6em/1.6 "Barlow", sans-serif!important;
	height: 100%;
}

#footer {
	line-height: 30px;
}

#footer p {
	margin-top: 0;
	margin-bottom: 0;
}

.footer {
	position: fixed;
	bottom: 0px;
	height: 40px;
	width: 100%;
	z-index: 10;
}

/* -----   ------------------------------------------------------- */

.intro {
	/* 

Höhe entspricht der Höhe des Browserfensters */
    min-height: 100vh;
	/*

100% der Viewport-Höhe ohne Javascript */
    position: relative;
}

.content {
	padding-top: 120px;
	padding-bottom: 100px;
}

.wrap {
	text-align: left;
	margin: 0px 0px;
	padding: 0px 5%;
}

.wrapper {
	position: relative;
	top: 0px;
}

.row {
	z-index: 4;
	position: relative;
	top: 0px;
}

/* -----   ------------------------------------------------------- */

h1, h2, h3, h4, h5, h6,
p, ul, ol, figure, pre {
	/

* Reset font-sizes and normalize margins */
  font-size: inherit;
	line-height: inherit;
}

/* Headings */

h1, h2, h3 {
	font-family: 'Barlow', sans-serif!important;
	position: relative;
	z-index: 4;
	margin-top: 0px;
}

h1 {
	font-size: 60px;
	text-transform: uppercase;
	color: #353535;
	text-align: center;
	line-height: 1;
	font-weight: 800;
}

h1.title {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}

/* -----   ------------------------------------------------------- */

.hideme {
	display: none;
}

img {
	border-style: none;
	height: auto;
}

/* -----   ------------------------------------------------------- */

a {
	color: inherit;
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: #353535;
}

/* -----   ------------------------------------------------------- */

p {
	color: #353535;
}

.wrap p, .wrap ul {
	margin-bottom: 20px;
}

.wrap li:before {
	content: "\2013\A0";
	text-decoration: none;
	margin-right: 10px;
}

/* -----   ------------------------------------------------------- */

/* -----   ------------------------------------------------------- */

ul.ul-style li {
	list-style: none;
	display: block;
	width: 100%;
	border-bottom: 1px solid grey;
	padding: 4px 0;
}

.ul-style h4,
.ul-style p {
	display: inline-block;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.ul-style h4 {
	width: 40%;
	font-weight: 600;
}

.ul-style p {
	width: 50%;
	margin-left: 3%;
	font-weight: 300;
}

.ul-style span.icon.visit {
	text-align: right;
	width: 5%;
	float: right;
	display: inline-block;
	margin-left: 3%;
}

ul.ul-style li:hover {
	background-color: #e2e2e2;
}

ul.ul-style li:before,
ul.ul-contact li:before {
	content: "";
	margin-right: 0px;
}

/* ----- Logo ------------------------------------------------------- */

.logo {
	font-weight: 700;
	text-transform: uppercase;
	width: 270px;
	margin: 0px auto;
	text-align: center;
	padding-top: 65px;
	z-index: 4;
	position: relative;
}

.logo span.headline {
	font-size: 25px;
	letter-spacing: 1px;
	display: block;
	text-indent: -99999px;
	background: url('redaktionsbuero_hamburg-brautlecht_jurczyk.png') center center;
    background-repeat: no-repeat;
    background-size: 226px 26px;

}

.logo span.subline {
	letter-spacing: 1px;
	font-size: 14px;
	display: block;
	margin-top: -7px;
	font-weight: 400;
}

/* Rollover-Effekt im Logo ohne Javascript */

.subline .swap {
	display: none;
}

.logo:hover .swap {
	display: block;
}

.logo:hover .origin {
	display: none;
}

.logo a, .logo a:hover, .sctoll a, .scroll a:link, .scroll a:hover, .scroll a:visited {
	text-decoration: none;
}

/* -----   ------------------------------------------------------- */

.scroll {
	/* 

scroll-Animation erfordert Javascript, der Link sollte jedoch auch ohne JS funktionieren */
    margin: 0 auto;
	position: absolute;
	bottom: 20px;
	display: inline-block;
	z-index: 10;
	width: 100%;
	text-align: center;
	padding-top: 45px;
	text-transform: uppercase;
	font-size: 16px;
	/* ggf. Kontrast verbessern durch

hellen Schatten (oder durch weiße Textfarbe) */
    text-shadow: 0 0 40px #fff, 1px 1px 1px rgba(255,255,255, 0.25);
}

.scroll a {
	padding-top: 70px;
}

.scroll a span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	transform: rotate(-45deg);
	box-sizing: border-box;
}


/* -----   ------------------------------------------------------- */

.info-line {
	padding: 5px 20px 5px 20px;
	border-bottom: solid #e3e3e3 1px;
	margin-bottom: 15px;
	font-size: 15px;
	background: white;
	opacity: 0.9;
}

.info-item {
	float: left;
	margin-right: 20px;
}

/* ----- Textproben ----------------------------------------- */

.showcase.grid {
	margin: 0 auto!important;
}

.showcase-textwrap {
	padding: 20px 10px 0px 10px;
}

.showcase-item {
	width: 350px;
	padding: 0px;
	margin: 0px 0px 35px 0px;
	clear: both;
	overflow: hidden;
	background-color: #ececec;
	text-align: center;
}

.showcase-image {
	max-width: 100%;
}

h3.showcase-referenz {
	text-align: center;
	font-weight: 600;
	font-size: 0.9;
	line-height: 1.0;
	padding: 0px 27px;
	margin: 0p 0px 0px 0px;
	width: 100%;
	text-transform: uppercase;
}

h3 {
	font-size: 20px;
}
	
span.showcase-title {
	margin: -3px auto 5px auto;
	width: 80%;
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 1.6;
}

span.showcase-title span {
	font-weight: 400!important;
}

span.showcase-texttyp {
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	color: #cccccc;
}

.showcase-excerpt p {
	line-height: 1.3;
}

a.btn.btn--download {
	width: 50%;
	margin: 0 auto;
	margin-bottom: 15px;
	display: inline!important;
	vertical-align: baseline!important;
}

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

	.showcase {
		width: 310px!important;
	}
	
	.showcase-item {
		width: 300px;
		padding: 0px;
		margin: 0px 0px 10px 0px;
		clear: both;
		overflow: hidden;
		background-color: #ececec;
	}

}

/* ----- grid / repsonsive ----------------------------------------- */

#my-form #my-form-name {
	display: flex;
	align-items: top;


/* Try changing this to center if you like it better! */
}

#my-form label {
	min-width: 135px

;
	/* Needs to be set to longest label (to keep inputs in a straight vertical line) */
 padding-right: 20p

x;
	/* This ensures a gap between label and input */
 font-weight: 400;
	display: none;
}

div.form-col input[type=email], 
div.form-col input[type=tel], 
div.form-col input[type=password], 
div.form-col input[type=text],
div.form-col select {
	border: none;
	border-bottom: 1px solid #888;
	background: transparent;
	width: 75%;
	padding: 0px 0px 0px 5px;
}

/* Set background color for entire form */

div.form-col {
	margin: 5px 0px;
}

div.form-col button {
	padding: 4px 8px;
	background-color: black;
	color: white;
}

div.form-col button:hover {
	background-color: #b2b2b2;
	color: black;
}

/* Wrapper for all fields (not title) -- adding padding to make it line up with title (left) and keep it away from container edge */

div.form-col {
	padding-left: 0px;
	padding-right: 20px
}

div.form-col textarea {
	background-color: #ddd;
	border: none;
	width: 75%;
	margin: 5px 0px;
	padding: 5px;
}

/* ----- sepcials referenzen // bilder  ---------------------------------- */

.images {
	width: 100%;
	position: relative;
	margin-bottom: 20px;
	min-height: 350px;
	margin-top: -20px;
}

.images img {
	margin: 0 auto;
	display: block;
	max-width: 100%;
	position: absolute;
}

/* -----   ------------------------------------------------------- */

.front {
	left: 0px;
/* 	left: 30px; */
	top: 0px;
}

.back {
	right: 30px;
	bottom: 20px;
}

/* -----   ------------------------------------------------------- */

div.imagesgallery {
	margin: 0% 0% 7% 0%;
}

div.imagesgallery img, .template-corporate .referenzimage {
	opacity: 0.65;
	margin: 10px 15px 10px 15px;
	float: left;
	max-width: 160px;
}

.template-corporate .content figure {
	width: 50%;
	float: left;
}

/* ----- mainmenu  ------------------------------------------------------- */

.mainmenu {
	margin: 0 auto;
	width: 100%;
	text-align: center;
	position: relative;
	top: 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.95em;
	font-weight: 600;
	z-index: 5;
}

li.menu-item.active {
	font-weight: 700;
	opacity: 1;
}

.mainmenu ul li {
	display: inline;


/* li nebeneinander anzeigen */
	list-style-type: none;

/* ohne Aufzählungspunkte */
	padding-right: 15px;
}

.mainmenu ul li a {
	color: inherit;
	text-decoration: none;
	border-bottom: 0px solid;
	opacity: 0.35;
}

.mainmenu ul li a:hover, .mainmenu ul li a:focus, .mainmenu ul li a:active,
.mainmenu ul li.menu-item.active a {
	opacity: 1;
}

span.menu-item {
	font-weight: 300;
}

span.email-item {
	font-weight: 400;
	margin-right: 10px;
}

/* ----- hamburgermenu // desktopansicht  ------------------------------- */

/

.mainmenu {
	text-align: center;
	width: 100%;
	background-color: transparent;
}

.mainmenu ul {
	display: none;
}

.mainmenu ul.opening {
	display: block;
	background-color: white;
	position: absolute;
	bottom: 0px;
	width: 100%;
	margin-bottom: -40px;
}

.mainmenu ul.opening li {
	display: block;
	width: 100%;
	padding: 3px;
}

.mainmenu li:last-child {
	border-bottom: none;
}

.mainmenu a {
	color: inherit;
	text-decoration: none;
	border-bottom: 0px solid;
	opacity: 0.35;
	text-transform: uppercase;
	text-decoration: none;
}


.site-nav--icon {
	font-size: 1.4em;
	margin-right: 1em;
	width: 1.1em;
	text-align: right;
	color: rgba(255,255,255,.4);
}

/* ----- hamburgermenu  ------------------------------------------------ */

.menu-toggle {
	position: absolute;
	padding: 0.8em;
	margin: 0 43%;
	cursor: pointer;
}

.hamburger, .hamburger::before, .hamburger::after {
	content: '';
	display: block;
	background: #7b7b7b;
	height: 3px;
	width: 2em;
	border-radius: 3px;
	-webkit-transition: all ease-in-out 350ms;
	transition: all ease-in-out 350ms;
}

.template-home .hamburger, .template-home .hamburger::before, .template-home .hamburger::after {
	background: #f5f5f5!important;
}

.hamburger::before {
	-webkit-transform: translateY(-7px);
	transform: translateY(-7px);
}

.hamburger::after {
	-webkit-transform: translateY(4px);
	transform: translateY(4px);
}

.open .hamburger {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.open .hamburger::before {
	display: none;
}

.open .hamburger::after {
	-webkit-transform: translateY(-1px) rotate(-90deg);
	transform: translateY(-1px) rotate(-90deg);
}

/* css on desktop */

@media (min-width: 640px) {

	.menu-toggle {
		display: none;
	}
	
	.mainmenu  ul {
		display: inline-block;
	}
	
	.mainmenu  li {
		flex: 1 1 auto;
		border: none;
	}
	
	.mainmenu v li a {
		padding: 1.5em 1.3em 1.5em 1.3em;
		margin: 0;
		border: none;
	}
	
	.mainmenu {
		width: 100%;
		background-color: white;
		line-height: 40px;
	}

}

/* ----- Footermenu  --------------------------------------------- */


.scrollandfix {
	position: fixed;
	bottom: 0px;
	height: 40px;
	width: 100%;
	z-index: 10;
}

/* ----- langmenu  ------------------------------------------------ */

ul.langmenu {
	z-index: 10;
	position: relative;
	float: right;
	margin-right: 5%;
	text-transform: uppercase;
	font-size: 12px;
	padding-top: 10px;
}

ul.langmenu li.active {
	display: none;
}


/* ----- Template sensitive Gestaltung  --------------------------- */


body.template-themen .wrap li {
	display: inline-block;
}

body.template-themen .wrap li:before,
body.template-themen .wrap li:last-child:after {
	content: none;
}

body.template-themen .wrap li:after {
	content: " / ";
}

body.template-themen .wrap li:hover {
	font-weight: 400;
	color: #565656;
}

body.template-home {
	background-color: #f5f5f5;
}

/* -----   ------------------------------------------------------- */

#footer {
	line-height: 30px;
}

#footer p {
	margin-top: 0;
	margin-bottom: 0;
}

.footer {
	position: fixed;
	bottom: 0px;
	height: 40px;
	width: 100%;
	z-index: 10;
}

/* -----   ------------------------------------------------------- */

#bg {
	position: fixed;
	bottom: -100px;
	left: 0;
	z-index: 0;
	min-width: 100%
}

.bgwidth {
	width: 100%;
}

.bgheight {
	height: 100%;
}