body {
	background-color: #f2f2f2;
	overflow-x: hidden !important;
}

.navi{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.bg-nav {
    background-color: #dedede;
	padding: 0.5em 0;
	text-decoration: none;
	margin-bottom: 1.0em;
	font-family: 'Roboto', sans-serif;
	font-size: 1.3em;
	text-transform: uppercase;
	color: black !important;
	text-decoration: none !important;
}

.bg-nav a, .bg-nav a:hover, .bg-nav a:visited, .bg-nav a:focus, .bg-nav a:active {
	text-decoration: none !important;
	color: black !important;
}

h1, h4 {
	font-family: 'Caveat', cursive;
}

.unterschrift {
	font-family: 'Caveat', cursive;
	font-size: 1.3em;
	}
	
h4 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.1em;
}

p {
	font-family: 'Roboto', sans-serif;
}

img {
	margin-bottom: 1.0em;
}

.margin {
	margin-bottom: 2.5em;
}

.margin-top {
	margin-top: 0em;
}

.margin-buttom {
	margin-bottom: 0.5em;
}

.main {
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.title {
	
	text-align: center;
	margin-top: 1.5em;
    margin-bottom: 3.5em;
}

.columnFlex {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	margin-bottom: 1.0em;
}

.columnLeft {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	margin-right: 3.0em;
	justify-content: flex-start;
	align-items: flex-end;
	flex-basis: 30%; 
}

.columnRight {
	display: flex;
	flex-direction: column;
	margin-right: 3.0em;
	justify-content: flex-start;
	align-items: flex-start;
	flex-basis: 70%; 
}



.footer-scrolltotop {
    display: block;
    -webkit-border-bottom-right-radius: 50px;
    -webkit-border-bottom-left-radius: 50px;
    -moz-border-radius-bottomright: 50px;
    -moz-border-radius-bottomleft: 50px;
    border-bottom-right-radius: 50px;
    border-bottom-left-radius: 50px;
    width: 5em;
    height: 2.5em;
    margin: auto;
    top: 2.5em;
    position: relative;
    z-index: 1;
    background-color: #f2f2f2;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
}

.footer-scrolltotop span {
    font-size: 2.5em;
    display: inline-block;
    padding: 15px;
    margin: -24px 0 0 0;
}

.containerFlex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.containerSmall {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	margin-right: 6.0em;
}

.redhover {
	color: rgb(117, 116, 116);
}

.foo {
	left: 0;
	margin-top: 0.5em;
	width: 100%;
	color: white;
	font-size: 0.8em;
	background-color: rgb(117, 116, 116);
    min-height: 17.0em;
	padding-top: 8.0em;
}

.iconPosition {
	padding-right: 1.0em !important;
}

.fooColumn {
	margin-bottom: 3.0em;
}

.footer-scrolltotop span:hover {
	   margin: -27px 0 0 0;
	   -webkit-transition: margin 0.1s;
	  transition: margin 0.1s ease;
}

ul {
  list-style: none;
  padding: 0;
}

