/************************************************

Stylesheet: Global Stylesheet

*************************************************/
/*********************
POSTS & CONTENT STYLES
*********************/
.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline {
  color: #999; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.entry-content h2 {
  color: color(srgb 0 0.248 0.544);
}


.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #fefefe; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background-color: #14679e;
    color: #fefefe; }

/*********************
IMAGE GALLERY STYLES
*********************/
.gallery {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-right: -15px;
  margin-left: -15px; }

.gallery::before, .gallery::after {
  content: ' ';
  display: table; }

.gallery::after {
  clear: both; }

.gallery.gallery-columns-1 > dl {
  width: 100%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-1 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-1 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-2 > dl {
  width: 50%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-2 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-2 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-3 > dl {
  width: 33.33333%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-3 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-3 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-4 > dl {
  width: 25%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-4 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-4 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-5 > dl {
  width: 20%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-5 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-5 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-6 > dl {
  width: 16.66667%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-6 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-6 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-7 > dl {
  width: 14.28571%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-7 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-7 > dl:last-child:not(:first-child) {
    float: right; }

.gallery.gallery-columns-8 > dl {
  width: 12.5%;
  float: left;
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .gallery.gallery-columns-8 > dl {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .gallery.gallery-columns-8 > dl:last-child:not(:first-child) {
    float: right; }

.gallery dl {
  width: 100%;
  float: left;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem; }

.gallery dl:last-child:not(:first-child) {
  float: right; }
/********************
HEADER
********************/

@keyframes yourAnimation{
  0%{
      transform: translateX(-500px);
      }
  100%{
      transform: rotate(xx) translateX(0px);
      }
}

.mainlogo {
  height: 250px;
  width: 250px;
  margin-left: 160px;
  margin-top: 160px;
  background-image: url(../images/logo_new.png);
  background-size: 100%;
  background-repeat: no-repeat;
  animation: yourAnimation 1s 1 0s ease-out;
}
.mainlogo .menu li a {
	color: white;
	clear: both;
	float: none;
}
@media screen and (max-width:75em) {
  .mainlogo {
    height: 150px;
    width: 150px;
    margin-left: 0px;
    margin-top: 146px;
  }
}
@media screen and (max-width:65em) {
  .mainlogo {
    height: 120px;
    width: 120px;
    margin-left: 100px;
    margin-top: 230px;
  }
}

@media screen and (max-width:40em) {
  .mainlogo {
    height: 180px;
   width: 180px;
   margin: auto;
   margin-top: 120px;
  }
}

.top-bar-left {
  background-image: url(../images/headerbg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  height: 400px;
  width: 1240px;
  position: absolute;
  background-position: -100px;
  left:0px;
}
.top-bar-left .menu {
	background:none;
	color: white;
	}
.top-bar-left .menu a { 
	color: #588bc0;
  display: none;
	
	}
/*.top-bar-left .menu .line1 { 
	text-transform: uppercase; 
	margin-bottom: -0.4em;
	font-weight: 700;
	font-size: 1.5em;
	margin-top: -10px;
	color: #934083;
	}*/
.top-bar-left .menu .line2 {
	font-size: 1.5em;
	margin-bottom: -17px;
	margin-top: 5px;
	font-weight: 700;
	padding-top:6px;
	text-shadow: 0px 0px 0px grey;
	color: #588bc0;;
	
	} 
.top-bar-left .menu .line3 {
	font-size: 1.2em;
	text-shadow: 0px 0px 0px grey;
	color: #588bc0;
	margin-bottom: -20px;
	} 
.top-bar-left .menu .line4 {
	font-size: 1.2em;
	text-shadow: 0px 0px 0px grey;*/
	color: #588bc0;
}


.top-bar {
	/*background-color: rgba(145, 65, 130, 0.7);*/
	/*border-bottom: 5px solid #588bc0;*/
	
}
.header-wrapper {
	/*background-color: #934083;*/
	/*background-image: url(../images/bg_pattern.png);*/
	border-bottom:2px solid white;
	box-shadow: 0px 0px 15px grey;
	margin-bottom: 0px;
 
}
#top-bar-menu {

/*	background: rgb(45,36,119);*/
  background: radial-gradient(circle, rgba(45,36,119,1) 0%, rgba(89,142,194,1) 47%, rgba(45,36,119,1) 100%);
	max-width: 100vw;
	margin: auto;
  height: 100px;

  
}
.header {
  
}
/* SLIDEr */

.metasliderinstance {
  max-width: 100vw;
  margin: auto;
  max-height: 430px;
  /*background-image: url(../images/sliderbg.jpg);
  background-size: 100%;
  background-repeat: repeat-y;*/
  background: rgb(147,147,147);
  background: radial-gradient(circle, rgba(147,147,147,1) 0%, rgba(255,255,255,1) 50%, rgba(125,125,125,1) 100%);
}


#metaslider_9 img {
  max-height: 430px;
  max-width: 1100px;
  margin: auto;
}

/* NAVI */

.top-bar-right {
	font-family: 'Exo', sans-serif;
  text-shadow: 0px 0px 5px black;
 /* position: absolute;
  top:20px;
  right: 20px;*/
}

.top-bar-right ul li a {
	
	background: none;
	text-transform: uppercase;
	font-size: 1em;
  font-weight: 700;
	color: white;
	transition: 0.5s;
 
}
.top-bar, .top-bar ul {
	background: none;
}
.dropdown.menu.medium-horizontal>li.is-dropdown-submenu-parent>a::after {
	border-color: silver transparent transparent;
}
/*.top-bar-right ul li { background: none !important;}*/
.top-bar-right ul {
	background: none;*/
	
}
.top-bar-right .active a {
	background-color:#2d2477;
	border-radius: 5px;
  border: 1px solid silver;
	
}

.top-bar-right ul li a:hover {
	background-color: #588bc0;
  border-radius: 15px;
	color: white;
}


.dropdown.menu.medium-horizontal ul {
  border: none;
  background-color: rgba(255,255,255,1.0);
	text-transform:lowercase;
  color: #588bc0;
  box-shadow: 0px 0px 10px grey;
  text-shadow: none;
  transition: 0.3s;
  border-radius: 5px;
	
}
.dropdown.menu.medium-horizontal ul {
	
}
.top-bar-right .menu-item-has-children:hover {
	color: #588bc0;
	/*border-radius: 10px;*/
  transition: 0.3s;
	
}
.dropdown.menu>li.is-dropdown-submenu-parent>a {
	/*color: white;*/
}
.dropdown.menu>li.is-active>a {
	color: #588bc0;
}
.dropdown .is-dropdown-submenu a {
	text-decoration: none;
	text-transform: none;
	font-size: 1.3em;
  transition: 0.3s;
  background: none;
	color: #588bc0;
}
.dropdown .is-dropdown-submenu a:hover {
	background-color: #588bc0;
	color: white;
  transition: 0.3s;
}
.dropdown .is-dropdown-submenu .active a {
	background-color:  #588bc0;
  transition: 0.3s;
}

/*Mobile Menu*/
.off-canvas  {
	background-color: #588bc0;
}

.off-canvas a {
	color: white;
}
.off-canvas .active a {
	background-color: white;
	color: #588bc0;
}

.off-canvas a::after {
	color: silver;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle)>a::after {
	border-color: silver transparent transparent;
}
.show-for-small-only .menu li {
	width: 100vw;
	text-align: center;
	border: 2px solid white;
	border-radius: 5px;
	margin-top:250px;
	margin-bottom: 5px;
  background: radial-gradient(circle, rgba(45,36,119,1) 0%, rgba(89,142,194,1) 47%, rgba(45,36,119,1) 100%);
  box-shadow: 0px 0px 5px grey;
  font-size: 1.5em;
	
}
/****
	Content
	**/
.content {
  border-top: 2px solid white;
	/*border-top:	0px solid rgba(145, 65, 130, 1.0);
	background:url(../images/content_bg.png) repeat-x;
	*/box-shadow: 0px -6px 8px silver;/*
	/*background-color: rgba(190, 115, 170, 0.2);*/
	font-family: 'Exo', sans-serif;
	padding-bottom: 15px;

}
.content .inner-content {
	max-width: 75vw;
	margin: auto;
}

@media screen and (max-width:40em) {
  .content .inner-content {
    margin-top: 100px;
    min-width: 95vw; !important
  }
}
.content .main {
	margin-top: 15px;
	/*border-top: 1px solid white;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.9);
	padding: 20px;
	padding-top: 10px;
/*	box-shadow: 0px 10px 30px grey;
	filter: none;*/
	}
.content .main p {
	color: #686868;
	font-size: 1.2em;
  line-height: 1.5em;
	
}
.content .main ul {
	line-height: 2.0em;
	color: rgba(44, 44, 44, 1);
	font-size: 1.2em;
}
.content .main h1 {
	font-family: 'Exo', sans-serif;
	
}
.content .main h2 {
	font-family: 'Exo', sans-serif;
	font-size: 2em;
  font-weight: 700;
}
/* Font Reset */

.content h1 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	/*text-shadow: 0px 0px 2px black;*/
  color: grey;
}
.content .main .entry-content h2 {
  color: rgba(0, 63, 139, 1);
}
.content .main .wp-block-quote {
	font-family: 'Italianno', cursive;
	text-align: center;
	font-size: 2em;
}
.content .main .wp-block-quote cite {
	font-family: 'Exo', sans-serif;
	font-style: italic;
}
/* Sidebar */

.sidebar {
	border-radius: 10px;
  border: 2px solid white;
	margin-top: 15px;
	font-family: 'Exo', sans-serif;
	color: white;
	box-shadow: 0px 0px 10px grey;
  max-width: 400px;
  background: rgb(45,36,119);
  background: linear-gradient(90deg, rgba(45,36,119,1) 0%, rgba(89,142,194,1) 47%, rgba(45,36,119,1) 100%);
  padding: 10px;
}

.sidebar h4 {
	font-family: 'Exo', sans-serif;
	font-weight: 700;
	text-shadow: 0px 0px 3px black;
}
.sidebar {font-size: 1.3em;}
.sidebar a { color: white; font-weight: 400;}
.sidebar a:hover {text-decoration: underline;}
.sidebar .datumstabelle {
	background-color: none;
	background:none;
	border: none;
}
.content .sidebar .datumstabelle tbody tr:nth-child(even) {
	background-color: transparent !important;
}
.sidebar .datumstabelle tbody{
	background-color: none;
	background:none;
	border: none;
}
.sidebar td {
	background-color: none;
	background:none;
	border: none
}
.sidebar tr {
	background-color: none;
	background:none;
	border: none
}
.sidebar table {
	background-color: none;
	background:none;
	border: none
}
.sidebar .su-table tr {
	background-color: none;
	background: none;
	border: none;
}
/*Footer*/
footer {
	max-width: 95vw;
	margin: auto;
	text-align: center;
	color: grey;
}

/*******************
ARTICLE
*********************/
 article {
   border-bottom: 3px dotted silver;
   margin-bottom: 10px; 
   float: none;
 }
 article .article-header h2 a{
   font-size: 1.2em;
   font-weight: 700;
   color: grey;
 }
 article .article-header .byline {
   font-size: 0.8em;
 }
 article .entry-content h3 {
   font-weight: 500;
 }
 
 article .article-footer .tags {
   font-size: 0.8em;
   text-align: left;
   clear: both;
   padding-top: 10px;
 }

/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.sidebar li {
  list-style: none; 
  margin-bottom: 10px;
}

.widget ul {
  margin: 0; }

.widget {
  color: white;
  font-size: 0.8em;
  border-bottom: 2px dotted white;
  margin-bottom: 15px;
}

.widget a {
  margin-bottom: 100px;
}
.sidebar .widget .button {
  width: 100%;
  box-shadow: 0px 5px 10px black;
}
.sidebar .widget .screen-reader-text {
  display: none;
}

a {
  color: color(srgb 0 0.248 0.544);
}
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  margin-top: 1em; }

/*********************
VISUAL EDITOR STYLES
*********************/
body#tinymce {
  margin: 20px; }

/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/*# sourceMappingURL=style.css.map */
