/*===============================
  individuelle Änderungen
  ================================================================================*/

/* Schriftarten */

@font-face {
    font-family: 'OpenSans';
    src: url('OpenSans-Regular.ttf') format('opentype');
}

@font-face {
    font-family: 'Neometric';
    src: url('Neometric-Medium.otf') format('opentype');
}

body {
    background: #e1e1e1;
    font-family: 'OpenSans';
}

/* Seitenbreite begrenzen */

.t4-content {
    margin: auto;
    max-width: 1170px;
    border-width: 1px;
    border-style: solid;
    border-top: 0;
}

.t4-header .t4-section-inner {
    padding: 0;
}

/* Abstand zwischen Menü und Inhalt */

.t4-main-body {
    padding-top: 0;
}

/* Logo im Header */

header {
    background-image: url("header.png");
    height: 227px;
}

/* Navbar */

/*
nav {
    border-width: 1px;
    border-color: rgb(51,  51,  51);
    border-style: solid;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #6896bc 0%, #1e629b 100%) repeat scroll 0 0;
    font-family: 'Neometric';
    text-transform: uppercase;
}
*/

nav.mainnav {
    border-width: 0 !important;
}

nav.mainnav>div {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #6896bc 0%, #1e629b 100%) repeat scroll 0 0;
    border-width: 1px;
    border-style: solid;
    border-left: 0;
    border-right: 0;
    margin: 0;
    max-width: 100%;
    width: 100%;
    /*
    font-family: 'Neometric';
    text-transform: uppercase;
    */
}

nav.mainnav>div a.nav-link,
nav.mainnav>div span.nav-link {
    padding: 1rem 0.5rem !important;
    height: min-content !important;
    color: #ffffff !important;
    cursor: default !important;
    margin-right: 1rem !important;
}


/* Module in der Sidebar und Footer */

div.sidebar-l {
    padding: 0;
font-size: 14px;
line-height: 1.42857143;
}

div.sidebar-l .t4-module,
.t4-footnav {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e1e1e1 0%, #ffffff 100%) repeat scroll 0 0;
}

div.sidebar-l .t4-module {
    padding: 15px;
    padding-bottom: 30px;
    margin: 0px;
}

/* Überschriften */

h1,
h2,
h3,
h4,
.ueberschrift-chronoforms {
    margin-top: 0px;
    color: #1e629b;
    /*
   font-family: 'Neometric';
   text-transform: uppercase;
    */
}

h1 {
    font-size: 36px !important;
    ;
}

.module-title {
    color: inherit;
}


/* Boxen für einzelne Listeneinträge im Hauptcontent */

div.blog-item {
    border-width: 1px;
    border-color: #e1e1e1;
    border-style: solid;
    padding: 1rem;
    margin-bottom: 20px;
}

/* Footer */ 

.t4-footnav > .container {
	border: 1px;
	border-style: solid;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}

.t4-footnav a.nav-link:hover {
    color: #428bca !important;
}


/* Tabs und Sliders Plugin */
.jwts_toggleControl {
	background: white !important;
	padding: 1rem !important;
	font-weight: bold !important;
}

.jwts_content {
	padding: 1rem !important;
}

/* Visforms E-Mail-Verifikations-Feld */
input.verificationCode {
    margin-top: 1rem;
}
