/*
 +---------------------------------------------------------+
 |                    CSS                                  |
 |---------------------------------------------------------|
 |                 Biochemistry Three                      |
 |---------------------------------------------------------|
 |    Created by ve on 09.04.2019.                         |
 |    Copyright © 2019 Dr Egelhofer. All rights reserved.  |
 |---------------------------------------------------------|
 |    You may use this module under the terms              |
 |    under the terms of the MIT License.                  |
 |                                                         |
 |    see: https://en.wikipedia.org/wiki/MIT_License       |
 +---------------------------------------------------------+
 */

/*  Main
-----------------------------------------------------------------------*/
*{margin: 0;padding:0;}
header, footer{ display:block;}
header {font-weight:bold;	height:20vh; }
footer {margin-top:10px; height:13vh;}


/*  SN
 -----------------------------------------------------------------------*/
.btn-font{font-family: Franklin Gothic Medium,Franklin Gothic,ITC Franklin Gothic,Arial,sans-serif;}
.btn-medium{ margin:2px;  width: 50px; height: 50px; text-align: center; line-height: 50px; font-size: 1.2em; color:#f2f2f2;}
.btn-small{ margin:2px;  width:25px; height:25px; text-align: center; font-size: 1.0em; color:#f2f2f2;}
.btn-twitter {    background-color: #3cc9ff;}
.btn-facebook{    background-color: #4c70ba;}
.btn-gplus{    background-color: #b63323;}
.btn-linkedin{    background-color: #00476a;}
.btn-email{    background-color: #697b20;}

/*  Details
-----------------------------------------------------------------------*/
.desc{line-height:1.5;font-size: 1.2em; }
.mittig{text-align: center;}
.nachL{float: left;}
.nachR{float: right;}

/*  modal
-----------------------------------------------------------------------*/

.fixed {
  position:  absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


