:root{
    --background-color:  #FFA07A;
    --darker-background-color: #FF906A;
    --accent-color: #FF805A;
    --text-color: #000000;
    --light-background-color: #faf6f4;
    --dark-text-color: #000000;
    --navbar-height: 80px;
}

*{
    margin: 0;
    padding: 0;
    font-size: 22px;
    font-family:Times New Roman (serif), 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
    box-sizing: border-box;
}


.fixed-top {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
}
.gallery {
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 40px;
  margin-right: 40px;
  max-width: 300px;
  max-height: 550px;
  object-fit: none;
  width: auto;
  height: auto;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.decopictureleft {
	/*
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 40px;
  */
  margin-right: 40px;
  width: 300px;
 /* height: 500px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  */
  float: left;
}
.decopicture {
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 40px;
  margin-right: 40px;
  width: 300px;
  height: 500px;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 25px;
  float: right;
}

nav{
    height: var(--navbar-height);
    display: flex;
    background-color: var(--background-color);
    font-family:Times New Roman (serif), 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    justify-content: space-between;
    align-items: center;
}

nav .logo{
    margin-left: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
    font-variant: small-caps;
    text-decoration: none;
}

nav ul{
    height: 100%;
    display: flex;
    font-family:Times New Roman (serif), 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    list-style: none;

}

nav li{
    height: 100%;
    width: 150px;
    text-align: center;
    position: relative;
}

nav li:hover{
    background: var(--accent-color);
}

nav ul a{
    height: 100%;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    text-decoration: none;
}

.dropdown{
    height: min-content;
    width: 200px;
    background: var(--background-color);

    display: none;
    flex-direction: column;

    position: absolute;
    left: 0;
    top: var(--navbar-height);   
}

.dropdown li{
    height: 70px;
    width: 100%;
}

.dropdown li a{
    justify-content: flex-start;
    padding-left: 20px;
    width: calc(100% - 30px);
}

nav li:hover .dropdown{
    display: flex;
}

nav input[type="checkbox"]{
    display: none;
}

.expandable_li{
    display: flex;
    justify-content: center;
    align-items: center;
}

.toggle_button{
    width: 30px;
    height: 23px;

    position: absolute;
    top: 25px;
    right: 25px;

    display: none;
    flex-direction: column;
    justify-content: space-between;
}

.bar{
    height: 4px;
    width: 100%;
    background: var(--text-color);
    border-radius: 100px;
}


.brush {
  	font-family: 'Brush Script MT', cursive;
}
h1 {
	margin-top: 40px;
	font-size: 27pt;
	text-align: center;
	color: black;
}

h2 {
	margin-top: 40px;
	font-size: 24pt;
	text-align: center;
	color: black;
}

h3 {	margin-bottom: 30px;
  	margin-right: 30px;
  	margin-left: 30px;
  	margin-top:40px;
	font-size: 22pt;
	text-align: left;
	color: black;
	text-align: justify;
}


p {
  margin-bottom: 45px;
  margin-top: 45px;
  margin-right: 30px;
  margin-left: 30px;
  color: black;
  text-align: center;
  line-height: 1.4;
}


img {
  border-radius: 10%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.desc {
  text-align: center;
  padding: 10px 20px;
  color: black;
}


/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

/* Left and right column */
.column.side {
  width: 10%;
}

/* Middle column */
.column.middle {
  width: 80%;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 30px;
  text-align: center;
}

.flex-item-left {
  padding: 10px;
  flex: 75%;
}

.flex-item-right {
  padding: 10px;
  flex: 25%;
}

.flex-item-left2 {
  padding: 10px;
  flex: 25%;
}

.flex-item-right2 {
  padding: 10px;
  flex: 75%;
}



.flex-item-left3 {
  padding: 10px;
  flex: 35%;
}

.flex-item-right3 {
  padding: 10px;
  flex: 65%;
}




.email {
	color: black
}

.fremdlink {
	color: var(--dark-text-color);
}

.footer {
  flex-shrink: 0; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding: 20px;
  position: fixed;
  bottom: 0px;
   left: 0;\
   bottom: 0;
   width: 100%;
   background-color: var(--background-color);
   text-align: center;
}
body{
  background-color: 	var(--light-background-color);
  min-height: 100%;
  display: flex;
  font-family:Times New Roman (serif), 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  flex-direction: column;
  padding-bottom: 150px;
  padding-top: 120px;
}

.wrap {
  display: flex;
  flex-wrap: wrap;
}
.main-area {
  flex: 4;
  background: lightblue;
}
.left-box,
.right-box {
  flex: 3;
  background: orange;
}
@media(max-width: 480px) {
  .wrap {
    flex-direction: column;
  }
  .main-area {
    order: 1;
  }
  .left-box,
  .right-box {
    order: 2;
  }
}
@media screen and (max-width: 992px) {
    .toggle_button{
        display: flex;
    }

    nav ul{
        height: min-content;
        width: 100%;
        background-color: var(--background-color);

        display: none;
        position: absolute;
        top: var(--navbar-height);
    }

    nav li{
        height: min-content;
        width: 100%;
    }

    nav ul a{
        padding: 30px 0;
    }

    .expandable_li{
        display: block;
    }

    .expandable_li label{
        padding: 30px 0;
        cursor: pointer;
        display: block;
    }

    .expandable_li:hover .dropdown{
        display: none;
    }

    .expandable_li input[type="checkbox"]:checked ~ .dropdown{
        display: block;
    }

    .dropdown{
        position: static;
        width: 100%;
    }

    .dropdown li{
        padding: 0;
        display: block;
        position: static;
        background: var(--darker-background-color);
    }

    .dropdown li a{
        width: 100%;
        padding: 0;
        justify-content: center;
    }

    #toggle_button:checked ~ ul{
        display: block;
    }
    
	   .column.side, .column.middle {
    width: 100%;
    }

    .flex-item-right, .flex-item-left, .flex-item-right2, .flex-item-left2 {
    flex: 100%;
    
}


