/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 
 @font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url('../font/MaterialIcons-Regular.eot'); /* For IE6-8 */
  src: local('Material Icons'),
       local('MaterialIcons-Regular'),
       url('../font/MaterialIcons-Regular.woff2') format('woff2'),
       url('../font/MaterialIcons-Regular.woff') format('woff'),
       url('../font/MaterialIcons-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../font/RobotoSlab-Bold.woff2') format('woff2'),
        url('../font/RobotoSlab-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto Slab';
    src: url('../font/RobotoSlab-Regular.woff2') format('woff2'),
        url('../font/RobotoSlab-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

html {
	font-family:"Roboto Slab";
}

  body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
  }

  main {
    flex: 1 0 auto;
  }
  
 .sidenav-overlay {
	  z-index:10 !important;
  }

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

nav ul li ul {
	width:auto !important;
}

.dropdown-content, #nav-mobile ul li {
	white-space:nowrap;
}

.dropdown-content li > a, .dropdown-content li > span {
	color:#0277bd;	
}

h1 { font-size:2.25rem; }
h2 { font-size:2.0rem; }
h3 { font-size:1.5rem; }
h4 { font-size:1rem; border-bottom:1px dotted #ccc; }
h5 { font-size:1rem; }
h6 { font-size:0.8rem; }

a:hover, a:visited:hover {
	text-decoration:underline;
}

footer ul {
	margin-top:0;
}

footer ul li {
	list-style-type:square !important;
}

footer a:link, footer a:visited {
	color:#fff;
}

nav ul li a {
	padding-left: 5px !important;
	padding-right: 10px !important;
}

article p {
	margin:0 0 0.5rem 0;
}

aside {
	margin-top:2.5rem !important;
}

strong {
	font-weight:700;
}
.wbcesuche {
	padding:0.2em;
}

.wbcesuche input[type=text] {
	background-color:transparent;
	border:0;
	border-bottom:1px solid #38731d;
	width:75%;	
}

.wbcesuche input[type=submit] {
	font-family:"FontAwesome";
	border:0;
	background-color:transparent;	
}

.highlight {
	background-color:#e3f2fd;
}

img.picfull {width:100%; height:auto;}
img.pic2left {float:left; max-width:49%; margin: 3px 1% 2px 0; height:auto;}
img.pic2right {float:right; max-width:49%; margin: 3px 0 2px 0.5%; height:auto;}

img.pic3left {float:left; max-width:32%; margin: 3px 1.5% 2px 0; height:auto;}
img.pic3right {float:right; max-width:32%; margin: 3px 0 2px 0.3%; height:auto;}

img.pic4left {float:left; max-width:24%; margin: 3px 1% 2px 0; height:auto;}
img.pic4right {float:right; max-width:24%; margin: 3px 0 2px 0.5%; height:auto;}



@media screen and (max-width:1024px) {
	nav .brand-logo {
		font-size:1rem;
	}
}


/* interne Links */
/*
a:link {
  color: #B4EEB4;
}
a:visited {
  color: #9BCD9B;
}
a:active {
  color: #8FBC8F; 
}
a:hover {
  color: #C0FF3E; 
}
*/

/* Externe Links */
a[href^="http"]:not([href*="echtma.de"]):link {
  color: #FF6347; 
}
a[href^="http"]:not([href*="echtma.de"]):visited {
  color: #CD4F39; 
}
a[href^="http"]:not([href*="echtma.de"]):hover {
  color: #FF3030; 
}
a[href^="http"]:not([href*="echtma.de"]):active {
  color: #8B3626; 
}
