/* @override 
	https://register.idgard.de/wp-content/themes/regtheme/style.css?* */

/* 
Theme Name:		 regtheme
Theme URI:		 http://childtheme-generator.com/
Description:	 regtheme is a child theme of WP Bootstrap Starter, created by ChildTheme-Generator.com
Author:			 turip
Author URI:		 http://childtheme-generator.com/
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 regtheme
*/


/*
    Add your custom styles here
*/


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

/* icomoon  */

@font-face {
font-family: 'icomoon-dummy';
src: url('fonts/icomoon/icomoon-dummy.eot?63dtw');
src: url('fonts/icomoon/icomoon-dummy.eot?63dtw#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon-dummy.ttf?63dtw') format('truetype'),
    url('fonts/icomoon/icomoon-dummy.woff?63dtw') format('woff'),
    url('fonts/icomoon/icomoon-dummy.svg?63dtw#icomoon-dummy') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon-dummy' !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	
	  /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-phone:before {
	content: "\e942";
}

.icon-earth:before {
	content: "\e9ca";
}

.icon-plus:before {
	content: "\ea0a";
}

.icon-minus:before {
	content: "\ea0b";
}

.icon-checkmark:before {
	content: "\ea10";
}

.icon-earth:before {
	font-size: 1.2em;
	position: relative;
	top: 3px;
	padding-right: 3px;
}

.icon-phone:before {
	font-size: 1.2em;
	position: relative;
	top: 3px;
	padding-right: 3px;
}

.green {
	color: #009637;
}

.bg-green {
	background: #009637;
}


a:link,a:visited,a:hover, a:active,
footer#colophon a  {
  text-decoration: none;
  color: #1842a9
}

body
{
	font-family: Lato;
	color: #444444;
}

body:not(.theme-preset-active) footer#colophon
{
	background-color: #ffffff;
}


header#masthead {
  margin-bottom: 0;
  background-color: #ffffff ;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
  box-shadow: none;
  padding: .74rem 1rem;
}
 
header .logo img
{
	height: 110px!important;
	width: auto;
	padding-top: 20px;
} 

header .headline td
{
	vertical-align: bottom;
	height: 90px;
}


header .header-widget h1
{
	font-size: 24px;
} 
 
 
#colophon
{
	border-top: 1px solid #e7e7e7;
}

#colophon table
{
	table-layout: fixed
}


#colophon table td
{
	width:  auto;
	text-align: center;

}

#colophon table tr:last-child td
{
	text-align: center;
	padding-top: 10px;
	font-size: 0.9em;
	color: #444444;
}

#content.site-content
{
	padding-top: 0px;
}

.no-padding
{
	padding: 0;
}

#zcFrame-parent
{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	xborder: 1px solid fuchsia;
}

@media only screen and (min-width: 768px) {
#zcFrame-parent
{
	width: 100%;
	margin: 0 auto;
}
}

#zcFrame
{
	xborder: 1px solid cyan;
	height: 4000px;
	width: 100%;
}

@media only screen and (min-width: 768px) {
#zcFrame-parent
#zcFrame
{
	xborder: 1px solid cyan;
	height: 1500px;
	width: 100%;
}
}

.langSwitch
{
	cursor: pointer;
	text-align: right;
}

div#langSwitchLabel
{
	display: inline;
	font-size: 0.9em;
}